From 6dabd267bd70ee86f47d08faa027ade169f3e330 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 17 Aug 2020 10:42:56 -0700 Subject: [PATCH] [lldb] Skip TestError.test with reproducers This tests the driver, which is bypassed by the reproducer during replay. --- lldb/test/Shell/Driver/TestError.test | 1 + 1 file changed, 1 insertion(+) 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