OSDN Git Service

[lldb/Test] Skip TestPositionalArgs with lldb-repro
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 19 May 2020 05:59:31 +0000 (22:59 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 19 May 2020 05:59:55 +0000 (22:59 -0700)
lldb/test/Shell/Driver/TestPositionalArgs.test

index 327d006..1b6283a 100644 (file)
@@ -1,3 +1,5 @@
+UNSUPPORTED: lldb-repro
+
 RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t.foo
 
 RUN: %lldb -x -b %t.foo bar baz quux | FileCheck %s