Skip to content

Commit 8baa8ac

Browse files
[SYCL][FE][Driver] Disable fp-accuracy tests (#9935)
They fail in post commit for a couple of days. #9934
1 parent 0a39bb8 commit 8baa8ac

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

clang/test/CodeGen/fp-accuracy.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
// RUN: -Wno-return-type -Wno-implicit-function-declaration -emit-llvm -o - %s \
3131
// RUN: | FileCheck --check-prefixes=CHECK-DEFAULT %s
3232

33+
// Disabled due to https://github.com/intel/llvm/issues/9934
34+
// UNSUPPORTED: system-linux
35+
3336
#ifdef SPIR
3437
// This is a declaration when compiling with -fsycl to avoid
3538
// the compilation error "function with no prototype cannot use

clang/test/Driver/fp-accuracy.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
// RUN: -fmath-errno %s 2>&1 \
4949
// RUN: | FileCheck %s --check-prefixes=ERR-3
5050

51+
// Disabled due to https://github.com/intel/llvm/issues/9934
52+
// UNSUPPORTED: system-linux
5153

5254
// HIGH: "-ffp-builtin-accuracy=high"
5355
// LOW: "-ffp-builtin-accuracy=low"

0 commit comments

Comments
 (0)