Skip to content

Commit ee1d975

Browse files
committed
Disable test for asan builds
Raises a stackoverflow error in some asan builds even though it is not a runaway recursion.
1 parent 21b91cd commit ee1d975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/ParseableInterface/verify_all_overlays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RUN: test ! -e %t/failures.txt || \
1313
# RUN: diff %t/filter.txt %t/failures.txt
1414

15-
# REQUIRES: nonexecutable_test
15+
# REQUIRES: nonexecutable_test, no_asan
1616

1717
# Expected failures by platform
1818
# -----------------------------

0 commit comments

Comments
 (0)