Author: Jonas Devlieghere
Date: 2020-08-17T10:42:58-07:00
New Revision: 6dabd267bd70ee86f47d08faa027ade169f3e330

URL: 
https://github.com/llvm/llvm-project/commit/6dabd267bd70ee86f47d08faa027ade169f3e330
DIFF: 
https://github.com/llvm/llvm-project/commit/6dabd267bd70ee86f47d08faa027ade169f3e330.diff

LOG: [lldb] Skip TestError.test with reproducers

This tests the driver, which is bypassed by the reproducer during
replay.

Added: 
    

Modified: 
    lldb/test/Shell/Driver/TestError.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Driver/TestError.test 
b/lldb/test/Shell/Driver/TestError.test
index 3d34a72b14ab..141c3ddf0f5f 100644
--- a/lldb/test/Shell/Driver/TestError.test
+++ b/lldb/test/Shell/Driver/TestError.test
@@ -1,2 +1,3 @@
+UNSUPPORTED: lldb-repro
 RUN: not %lldb --arch 2>&1 | FileCheck %s
 CHECK: error: argument to '--arch' is missing


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to