[clang-repl] disable tests on AIX (NFC) (#153068)

This commit is contained in:
Kelvin Li 2025-08-11 21:09:37 -04:00 committed by GitHub
parent 00c4be3c9e
commit a9c5d33bb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: system-aix
// RUN: cat %s | clang-repl | FileCheck %s
%help
// CHECK: %help list clang-repl %commands