Skip to content

Commit d76ede7

Browse files
monojenkinsvargaz
andauthored
Disable the localloc-noinit.exe test on CI, it depends on undefined behavior and it fails on i386 linux. (#47078)
Co-authored-by: vargaz <[email protected]>
1 parent 36a0eae commit d76ede7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mono/mono/tests/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,8 @@ CI_DISABLED_TESTS = \
16911691
main-returns-background-abort-resetabort.exe \
16921692
assemblyresolve_event3.exe \
16931693
finally_guard.exe \
1694-
generic-xdomain.2.exe
1694+
generic-xdomain.2.exe \
1695+
localloc-noinit.exe
16951696

16961697
# failing tests which we temporarily disable for PRs
16971698
# so they don't interfere with other people's work

0 commit comments

Comments
 (0)