[Lldb-commits] [lldb] 5840161 - lldb: Skip reproducer+expression evaluation test on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 6 06:46:40 PST 2019


Author: Pavel Labath
Date: 2019-11-06T15:48:00+01:00
New Revision: 58401612cdc8d2c8e0e8c4103423b5da781199be

URL: https://github.com/llvm/llvm-project/commit/58401612cdc8d2c8e0e8c4103423b5da781199be
DIFF: https://github.com/llvm/llvm-project/commit/58401612cdc8d2c8e0e8c4103423b5da781199be.diff

LOG: lldb: Skip reproducer+expression evaluation test on linux

It's flaky.

Added: 
    

Modified: 
    lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test b/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
index d826a47cb245..a185c840ebd3 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.
 


        


More information about the lldb-commits mailing list