diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-10-28 16:24:26 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-10-28 16:24:26 +0000 |
| commit | 22b881dc34355b1149049e337e8507ba1ff026bf (patch) | |
| tree | 7e8dade682e5e566f2349abedc481293475071f3 | |
| parent | fdac6365ab1a4a84ad26de2955c79b5f9bf9801e (diff) | |
| download | bcm5719-llvm-22b881dc34355b1149049e337e8507ba1ff026bf.tar.gz bcm5719-llvm-22b881dc34355b1149049e337e8507ba1ff026bf.zip | |
Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name "2010-10-19-14:10:49.059609" is non-portable.
llvm-svn: 117554
| -rw-r--r-- | lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log (renamed from lldb/docs/testsuite/2010-10-19-14:10:49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log) | 0 | ||||
| -rw-r--r-- | lldb/docs/testsuite/a-detailed-walkthrough.txt | 5 |
2 files changed, 5 insertions, 0 deletions
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 index e18199537e6..e18199537e6 100644 --- 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 diff --git a/lldb/docs/testsuite/a-detailed-walkthrough.txt b/lldb/docs/testsuite/a-detailed-walkthrough.txt index 63c610e9286..7cf20cd0428 100644 --- a/lldb/docs/testsuite/a-detailed-walkthrough.txt +++ b/lldb/docs/testsuite/a-detailed-walkthrough.txt @@ -296,6 +296,11 @@ Ran 6 tests in 8.219s FAILED (failures=1) /Volumes/data/lldb/svn/trunk/test $ ls 2010-10-19-14:10:49.059609 + +NOTE: This directory name has been changed to not contain the ':' character + which is not allowed in windows platforms. We'll change the ':' to '_' + and get rid of the microsecond resolution by modifying the test driver. + TestSettings.SettingsCommandTestCase.test_set_output_path.log /Volumes/data/lldb/svn/trunk/test $ |

