[igt-dev] ✗ Fi.CI.BUILD: failure for Added dynamic subtests for accurate reporting
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 16 06:05:12 UTC 2020
== Series Details ==
Series: Added dynamic subtests for accurate reporting
URL : https://patchwork.freedesktop.org/series/82743/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
520f88d7817ebb7464907252a32e8e747429102b i915/gem_userptr_blits: Tighten has_userptr()
../tests/kms_flip_tiling.c:324:2: note: in expansion of macro ‘igt_subtest_with_dynamic’
igt_subtest_with_dynamic("flip-to-Yf-tiled") {
^~~~~~~~~~~~~~~~~~~~~~~~
../lib/igt_core.h:147:21: error: expected declaration specifiers before ‘for’
#define igt_fixture for (volatile int igt_tokencat(__tmpint,__LINE__) = 0; \
^~~
../tests/kms_flip_tiling.c:342:2: note: in expansion of macro ‘igt_fixture’
igt_fixture {
^~~~~~~~~~~
../lib/igt_core.h:148:18: error: expected declaration specifiers before ‘__tmpint342’
igt_tokencat(__tmpint,__LINE__) < 1 && \
^~~~~~~~
../lib/igt_core.h:191:31: note: in definition of macro ‘__igt_tokencat2’
#define __igt_tokencat2(x, y) x ## y
^
../lib/igt_core.h:148:5: note: in expansion of macro ‘igt_tokencat’
igt_tokencat(__tmpint,__LINE__) < 1 && \
^~~~~~~~~~~~
../tests/kms_flip_tiling.c:342:2: note: in expansion of macro ‘igt_fixture’
igt_fixture {
^~~~~~~~~~~
../lib/igt_core.h:152:18: error: expected declaration specifiers before ‘__tmpint342’
igt_tokencat(__tmpint,__LINE__) ++, \
^~~~~~~~
../lib/igt_core.h:191:31: note: in definition of macro ‘__igt_tokencat2’
#define __igt_tokencat2(x, y) x ## y
^
../lib/igt_core.h:152:5: note: in expansion of macro ‘igt_tokencat’
igt_tokencat(__tmpint,__LINE__) ++, \
^~~~~~~~~~~~
../tests/kms_flip_tiling.c:342:2: note: in expansion of macro ‘igt_fixture’
igt_fixture {
^~~~~~~~~~~
../tests/kms_flip_tiling.c:345:1: error: expected declaration specifiers before ‘}’ token
}
^
In file included from ../lib/drmtest.h:39,
from ../lib/igt.h:27,
from ../tests/kms_flip_tiling.c:33:
../lib/igt_core.h:254:8: warning: old-style function definition [-Wold-style-definition]
igt_success())
^~~~~~~~~~~
../tests/kms_flip_tiling.c:266:2: note: in expansion of macro ‘igt_subtest_with_dynamic’
igt_subtest_with_dynamic("flip-Yf-tiled") {
^~~~~~~~~~~~~~~~~~~~~~~~
../tests/kms_flip_tiling.c:345: error: expected ‘{’ at end of input
}
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.
More information about the igt-dev
mailing list