diff options
author | Pavel Labath <pavel@labath.sk> | 2019-11-06 15:47:11 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-11-06 15:48:00 +0100 |
commit | 58401612cdc8d2c8e0e8c4103423b5da781199be (patch) | |
tree | 067329d80c74ee5c8277b9907d7580a1306b43e0 /lldb/test/Shell/Reproducer/Functionalities | |
parent | b0eed2a5cfe13a7cd13e2446b7dfe2d7b588d416 (diff) | |
download | bcm5719-llvm-58401612cdc8d2c8e0e8c4103423b5da781199be.tar.gz bcm5719-llvm-58401612cdc8d2c8e0e8c4103423b5da781199be.zip |
lldb: Skip reproducer+expression evaluation test on linux
It's flaky.
Diffstat (limited to 'lldb/test/Shell/Reproducer/Functionalities')
-rw-r--r-- | lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test b/lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test index d826a47cb24..a185c840ebd 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. |