From 58401612cdc8d2c8e0e8c4103423b5da781199be Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 6 Nov 2019 15:47:11 +0100 Subject: [PATCH] lldb: Skip reproducer+expression evaluation test on linux It's flaky. --- .../Shell/Reproducer/Functionalities/TestExpressionEvaluation.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test b/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test index d826a47..a185c84 100644 --- a/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test +++ b/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test @@ -1,5 +1,8 @@ # UNSUPPORTED: system-windows, system-freebsd +# Flaky +# UNSUPPORTED: system-linux + # This tests that expression evaluation continues to work when replaying a # reproducer. -- 2.7.4