We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previously these tests were disabled due to a bug in the i915 driver so it seems like there's been some bitrot
╭─pvelesko@cupcake /space/pvelesko/chipStar/main/build ‹check-resovled-d8› ╰─$ CHIP_BE=opencl ctest -R "abort|TestAssert" 130 ↵ Test project /space/pvelesko/chipStar/main/build Start 1300: TestAssert 1/4 Test #1300: TestAssert .......................***Failed 0.51 sec Start 1301: TestAssertFail 2/4 Test #1301: TestAssertFail ...................***Failed 0.52 sec Start 1312: abort 3/4 Test #1312: abort ............................***Failed 0.01 sec Start 1313: abort2 4/4 Test #1313: abort2 ...........................***Failed 0.01 sec 0% tests passed, 4 tests failed out of 4 Total Test time (real) = 1.08 sec The following tests FAILED: 1300 - TestAssert (Failed) 1301 - TestAssertFail (Failed) 1312 - abort (Failed) 1313 - abort2 (Failed) Errors while running CTest Output from these tests are in: /space/pvelesko/chipStar/main/build/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. ╭─pvelesko@cupcake /space/pvelesko/chipStar/main/build ‹check-resovled-d8› ╰─$ 8 ↵ ╭─pvelesko@cupcake /space/pvelesko/chipStar/main/build ‹check-resovled-d8› ╰─$ CHIP_BE=level0 ctest -R "abort|TestAssert" 130 ↵ Test project /space/pvelesko/chipStar/main/build Start 1300: TestAssert 1/4 Test #1300: TestAssert .......................***Failed 1.34 sec Start 1301: TestAssertFail 2/4 Test #1301: TestAssertFail ...................***Failed 1.19 sec Start 1312: abort 3/4 Test #1312: abort ............................***Failed 0.62 sec Start 1313: abort2 4/4 Test #1313: abort2 ........................... Passed 0.61 sec 25% tests passed, 3 tests failed out of 4 Total Test time (real) = 3.79 sec The following tests FAILED: 1300 - TestAssert (Failed) 1301 - TestAssertFail (Failed) 1312 - abort (Failed) Errors while running CTest Output from these tests are in: /space/pvelesko/chipStar/main/build/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
The text was updated successfully, but these errors were encountered:
What's in the log?
Sorry, something went wrong.
In cases where it fails it's either nothing or things being out of order.
Since these work properly on dGPUs, moving this to 1.3
No branches or pull requests
Previously these tests were disabled due to a bug in the i915 driver so it seems like there's been some bitrot
The text was updated successfully, but these errors were encountered: