[Lldb-commits] [lldb] 6dabd26 - [lldb] Skip TestError.test with reproducers

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 17 10:43:41 PDT 2020


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


        


More information about the lldb-commits mailing list