[Lldb-commits] [lldb] r117554 - in /lldb/trunk/docs/testsuite: 2010-10-19-14:10:49.059609/ 2010-10-19-14_10_49.059609/ a-detailed-walkthrough.txt
Johnny Chen
johnny.chen at apple.com
Thu Oct 28 09:24:26 PDT 2010
Author: johnny
Date: Thu Oct 28 11:24:26 2010
New Revision: 117554
URL: http://llvm.org/viewvc/llvm-project?rev=117554&view=rev
Log:
Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name "2010-10-19-14:10:49.059609" is non-portable.
Added:
lldb/trunk/docs/testsuite/2010-10-19-14_10_49.059609/
- copied from r117514, lldb/trunk/docs/testsuite/2010-10-19-14:10:49.059609/
Removed:
lldb/trunk/docs/testsuite/2010-10-19-14:10:49.059609/
Modified:
lldb/trunk/docs/testsuite/a-detailed-walkthrough.txt
Modified: lldb/trunk/docs/testsuite/a-detailed-walkthrough.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/testsuite/a-detailed-walkthrough.txt?rev=117554&r1=117553&r2=117554&view=diff
==============================================================================
--- lldb/trunk/docs/testsuite/a-detailed-walkthrough.txt (original)
+++ lldb/trunk/docs/testsuite/a-detailed-walkthrough.txt Thu Oct 28 11:24:26 2010
@@ -296,6 +296,11 @@
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 $
More information about the lldb-commits
mailing list