[clang-repl] disable tests on AIX (NFC) (#153068)
This commit is contained in:
parent
00c4be3c9e
commit
a9c5d33bb4
@ -1,3 +1,4 @@
|
||||
// UNSUPPORTED: system-aix
|
||||
// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
|
||||
%foobar
|
||||
// CHECK: Invalid % command "%foobar", use "%help" to list commands
|
||||
|
@ -1,3 +1,4 @@
|
||||
// UNSUPPORTED: system-aix
|
||||
// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
|
||||
%lib
|
||||
// CHECK: %lib expects 1 argument: the path to a dynamic library
|
||||
|
@ -1,3 +1,4 @@
|
||||
// UNSUPPORTED: system-aix
|
||||
// RUN: cat %s | clang-repl | FileCheck %s
|
||||
%help
|
||||
// CHECK: %help list clang-repl %commands
|
||||
|
Loading…
x
Reference in New Issue
Block a user