diff options
Diffstat (limited to 'test/tsan/signal_longjmp.cc')
-rw-r--r-- | test/tsan/signal_longjmp.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tsan/signal_longjmp.cc b/test/tsan/signal_longjmp.cc index 45e24626cbfab..f9fa4f54f507d 100644 --- a/test/tsan/signal_longjmp.cc +++ b/test/tsan/signal_longjmp.cc @@ -3,8 +3,6 @@ // Test case for longjumping out of signal handler: // https://github.com/google/sanitizers/issues/482 -// Longjmp assembly has not been implemented for mips64 yet -// XFAIL: mips64 // This test fails on powerpc64 BE (VMA=44), a segmentation fault // error happens at the second assignment // "((volatile int *volatile)mem)[1] = 1". |