[Lldb-commits] [lldb] 11af2bf - [lldb/Test] Update expressions.test for non-zero exit code
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 14:06:58 PDT 2020
Author: Jonas Devlieghere
Date: 2020-05-05T14:06:47-07:00
New Revision: 11af2bf0e0bc4d0946bef90e1d8c3df847a94843
URL: https://github.com/llvm/llvm-project/commit/11af2bf0e0bc4d0946bef90e1d8c3df847a94843
DIFF: https://github.com/llvm/llvm-project/commit/11af2bf0e0bc4d0946bef90e1d8c3df847a94843.diff
LOG: [lldb/Test] Update expressions.test for non-zero exit code
Updates Windows test for 61d5b0e66394.
Added:
Modified:
lldb/test/Shell/SymbolFile/PDB/expressions.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/PDB/expressions.test b/lldb/test/Shell/SymbolFile/PDB/expressions.test
index 49016196117e..819e2e180945 100644
--- a/lldb/test/Shell/SymbolFile/PDB/expressions.test
+++ b/lldb/test/Shell/SymbolFile/PDB/expressions.test
@@ -1,6 +1,6 @@
REQUIRES: system-windows, msvc
RUN: %build --compiler=msvc --nodefaultlib --output=%t.exe %S/Inputs/ExpressionsTest.cpp
-RUN: %lldb -b -s %S/Inputs/ExpressionsTest0.script -s %S/Inputs/ExpressionsTest1.script -s %S/Inputs/ExpressionsTest2.script -- %t.exe 2>&1 | FileCheck %s
+RUN: not %lldb -b -s %S/Inputs/ExpressionsTest0.script -s %S/Inputs/ExpressionsTest1.script -s %S/Inputs/ExpressionsTest2.script -- %t.exe 2>&1 | FileCheck %s
// Check the variable value through `print`
CHECK: (lldb) print result
More information about the lldb-commits
mailing list