Skip to content

Commit f41aaa9

Browse files
committed
Un-xfail tests that are now passing
1 parent c86a048 commit f41aaa9

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %clang %s -o %t && %run %t 2>&1
22

3-
// Issue #41838
4-
// XFAIL: sparc-target-arch && target={{.*solaris.*}}
5-
63
#include <assert.h>
74
#include <stdio.h>
85
#include <string.h>

compiler-rt/test/sanitizer_common/TestCases/scanf-ldbl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %clang %s -o %t && %run %t 2>&1
22

3-
// Issue #41838
4-
// XFAIL: sparc-target-arch && target={{.*solaris.*}}
5-
63
#include <assert.h>
74
#include <stdio.h>
85
#include <string.h>

compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// RUN: %run %t 6 2>&1 | FileCheck %s --check-prefix=CHECK-6
1010
// RUN: %run %t 7 2>&1 | FileCheck %s --check-prefix=CHECK-7
1111

12-
// Issue #41838
13-
// XFAIL: sparc-target-arch && target={{.*solaris.*}}
14-
1512
// This test assumes float and double are IEEE-754 single- and double-precision.
1613

1714
#if defined(__APPLE__)

compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
// FIXME: log_path is not supported on Windows yet.
2525
// XFAIL: target={{.*windows-msvc.*}}
2626

27-
// Issue #41838
28-
// XFAIL: sparc-target-arch && target={{.*solaris.*}}
29-
3027
#include <stdio.h>
3128
#include <stdlib.h>
3229
int main(int argc, char *argv[]) {

0 commit comments

Comments
 (0)