Skip to content

Commit

Permalink
Speculatively un-XFAIL TestCases/Misc/Posix/ubsan_options.cpp on Darwin
Browse files Browse the repository at this point in the history
After llvm#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.
  • Loading branch information
zmodem authored and EricWF committed Oct 22, 2024
1 parent 231341e commit 5269330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler-rt/test/ubsan/TestCases/Misc/Posix/ubsan_options.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %clangxx -fsanitize=integer -fsanitize-recover=integer %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s

// __ubsan_default_options() doesn't work on Darwin.
// XFAIL: darwin

#include <stdint.h>

extern "C" const char *__ubsan_default_options() {
Expand Down

0 comments on commit 5269330

Please sign in to comment.