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. - - _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits