[Lldb-commits] [lldb] f8f3fc1 - [lldb][NFC] Delete a checked-in build log in docs/testsuite

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 23 01:37:04 PDT 2021


Author: Raphael Isemann
Date: 2021-04-23T10:36:43+02:00
New Revision: f8f3fc1fbad608ee7c7e0c2a5af0637006e1ba0c

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

LOG: [lldb][NFC] Delete a checked-in build log in docs/testsuite

Added: 
    

Modified: 
    

Removed: 
    lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log


################################################################################
diff  --git a/lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log b/lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log
deleted file mode 100644
index e18199537e6f..000000000000
--- a/lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log
+++ /dev/null
@@ -1,43 +0,0 @@
-
-os command: [['/bin/sh', '-c', 'make clean; make']]
-stdout: rm -rf "a.out" "a.out.dSYM"  main.o main.d
-g++ -arch x86_64 -gdwarf-2 -O0   -c -o main.o main.cpp
-g++ -arch x86_64 -gdwarf-2 -O0  main.o -o "a.out"
-/usr/bin/dsymutil  -o "a.out.dSYM" "a.out"
-
-stderr: None
-retcode: 0
-
-
-runCmd: file /Volumes/data/lldb/svn/trunk/test/settings/a.out
-output: Current executable set to '/Volumes/data/lldb/svn/trunk/test/settings/a.out' (x86_64).
-
-
-runCmd: settings set target.process.output-path 'stdout.txt'
-output: 
-
-runCmd: settings show target.process.output-path
-output: target.process.output-path (string) = 'stdout.txt'
-
-
-Expecting start string: target.process.output-path (string) = 'stdout.txt'
-Matched
-
-runCmd: run
-output: Process 43533 launched: '/Volumes/data/lldb/svn/trunk/test/settings/a.out' (x86_64)
-
-
-FAIL
-
-runCmd: process kill
-check of return status not required
-runCmd failed!
-error: Process must be launched.
-
-
-Traceback (most recent call last):
-  File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 125, in test_set_output_path
-    "'stdout.txt' exists due to target.process.output-path.")
-AssertionError: False is not True : 'stdout.txt' exists due to target.process.output-path.
-
-


        


More information about the lldb-commits mailing list