File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
sanitizer_common/TestCases Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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__)
Original file line number Diff line number Diff line change 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>
3229int main (int argc, char *argv[]) {
You can’t perform that action at this time.
0 commit comments