Skip to content

Commit 9d5cecc

Browse files
committed
Speculatively un-XFAIL TestCases/Misc/Posix/ubsan_options.cpp on Darwin
After #111497 the test started unexpectedly passing (https://crbug.com/373891811), probably because it does actually work but wasn't run when it lived in the Misc/Linux/ directory.
1 parent cb9bacf commit 9d5cecc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Posix/ubsan_options.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clangxx -fsanitize=integer -fsanitize-recover=integer %s -o %t
22
// RUN: not %run %t 2>&1 | FileCheck %s
33

4-
// __ubsan_default_options() doesn't work on Darwin.
5-
// XFAIL: darwin
6-
74
#include <stdint.h>
85

96
extern "C" const char *__ubsan_default_options() {

0 commit comments

Comments
 (0)