We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d09429 commit 005e68eCopy full SHA for 005e68e
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -433,6 +433,8 @@ function check_stage2 {
433
LIT_FILTER_OUT+="|catch_multi_level_pointer.pass.cpp"
434
LIT_FILTER_OUT+="|guard_threaded_test.pass.cpp"
435
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
436
+ # TODO: Crashes.
437
+ LIT_FILTER_OUT+="|ra_sign_state.pass.cpp"
438
fi
439
if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "hwasan" ]] ; then
440
# TODO: Investigate one slow tests.
0 commit comments