Message ID | 1496924589-16011-1-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jun 08, 2017 at 03:23:08PM +0300, Petri Latvala wrote: > The tests listed in XFAIL_TESTS have moved to lib/tests quite a while > ago. > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
diff --git a/tests/Makefile.sources b/tests/Makefile.sources index b3a680e..14ea5b6 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -293,14 +293,6 @@ kernel_tests_full = \ $(extra_multi_kernel_tests) \ $(NULL) -# Test that exercise specific asserts in the test framework library and are -# hence expected to fail. -XFAIL_TESTS = \ - igt_no_exit \ - igt_no_exit_list_only \ - igt_no_subtest \ - $(NULL) - # IMPORTANT: These tests here are all disabled because the result in sometime # unrecoverable gpu hangs. Don't put real testcases here. HANG = \
The tests listed in XFAIL_TESTS have moved to lib/tests quite a while ago. Signed-off-by: Petri Latvala <petri.latvala@intel.com> --- tests/Makefile.sources | 8 -------- 1 file changed, 8 deletions(-)