Skip to content

Commit a9c5d33

Browse files
authored
[clang-repl] disable tests on AIX (NFC) (#153068)
1 parent 00c4be3 commit a9c5d33

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

clang/test/Interpreter/bad_percent_command.cpp

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

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

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

clang/test/Interpreter/help.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-aix
12
// RUN: cat %s | clang-repl | FileCheck %s
23
%help
34
// CHECK: %help list clang-repl %commands

0 commit comments

Comments
 (0)