Skip to content

Commit 7111f28

Browse files
committed
[clang-repl][AIX][zOS] Disable clang/test/Interpreter tests on AIX and zOS (NFC)
1 parent 54f92c7 commit 7111f28

22 files changed

+8
-26
lines changed

clang/test/Interpreter/assignment-with-implicit-ctor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: host-supports-jit
2-
// UNSUPPORTED: system-aix
32
//
43
// RUN: cat %s | clang-repl | FileCheck %s
54
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s

clang/test/Interpreter/bad_percent_command.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: system-aix
21
// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
32
%foobar
43
// CHECK: Invalid % command "%foobar", use "%help" to list commands

clang/test/Interpreter/code-undo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: system-aix
21
// RUN: cat %s | clang-repl | FileCheck %s
32
extern "C" int printf(const char *, ...);
43
int x1 = 0;

clang/test/Interpreter/const.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: system-aix, system-zos
21
// see https://github.com/llvm/llvm-project/issues/68092
32
// XFAIL: host={{.*}}-windows-msvc
43

clang/test/Interpreter/cxx20-modules.cppm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: host-supports-jit, x86_64-linux
2-
// UNSUPPORTED: system-aix
32
//
43
// RUN: rm -rf %t
54
// RUN: mkdir -p %t

clang/test/Interpreter/dynamic-library-bad-args.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: system-aix
21
// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
32
%lib
43
// CHECK: %lib expects 1 argument: the path to a dynamic library

clang/test/Interpreter/execute-stmts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: host-supports-jit
2-
// UNSUPPORTED: system-aix
32
// RUN: cat %s | clang-repl -Xcc -Xclang -Xcc -verify | FileCheck %s
43
// RUN: %clang_cc1 -verify -fincremental-extensions -emit-llvm -o - %s \
54
// RUN: | FileCheck --check-prefix=CODEGEN-CHECK %s

clang/test/Interpreter/execute-weak.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: system-aix, system-windows
1+
// UNSUPPORTED: system-windows
22
// RUN: cat %s | clang-repl | FileCheck %s
33

44
extern "C" int printf(const char *, ...);

clang/test/Interpreter/execute.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: host-supports-jit
2-
// UNSUPPORTED: system-aix
32

43
// RUN: cat %s | clang-repl -Xcc -xc -Xcc -Xclang -Xcc -verify | FileCheck %s
54
// RUN: cat %s | clang-repl -Xcc -xc -Xcc -O2 -Xcc -Xclang -Xcc -verify| FileCheck %s

clang/test/Interpreter/execute.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// UNSUPPORTED: system-aix
2-
31
// clang-format off
42
// RUN: clang-repl "int i = 10;" 'extern "C" int printf(const char*,...);' \
53
// RUN: 'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s

0 commit comments

Comments
 (0)