[Lldb-commits] [lldb] r204281 - Remove unnecessary dependence on vecLib.

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 18:25:11 2014 New Revision: 204281 URL: http://llvm.org/viewvc/llvm-project?rev=204281view=rev Log: Remove unnecessary dependence on vecLib. Modified: lldb/trunk/test/functionalities/data-formatter/rdar-10642615/Makefile

[Lldb-commits] [lldb] r204282 - Remember to run ranlib after ar to make useful archive files.

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 18:38:22 2014 New Revision: 204282 URL: http://llvm.org/viewvc/llvm-project?rev=204282view=rev Log: Remember to run ranlib after ar to make useful archive files. Modified: lldb/trunk/test/functionalities/fat_archives/Makefile Modified:

[Lldb-commits] [lldb] r204283 - These logging tests depend on the exact output of lldb logging, which is brittle

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 18:50:48 2014 New Revision: 204283 URL: http://llvm.org/viewvc/llvm-project?rev=204283view=rev Log: These logging tests depend on the exact output of lldb logging, which is brittle and not particularly useful. Skipping till we get a chance to make a test that

[Lldb-commits] [lldb] r204284 - I changed the logging test to just test that logging doesn't crash and does produce output. That's

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 18:55:54 2014 New Revision: 204284 URL: http://llvm.org/viewvc/llvm-project?rev=204284view=rev Log: I changed the logging test to just test that logging doesn't crash and does produce output. That's about all it is useful to test. Modified:

[Lldb-commits] [lldb] r204287 - expectedFailureDarwin for this test case.

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 19:19:16 2014 New Revision: 204287 URL: http://llvm.org/viewvc/llvm-project?rev=204287view=rev Log: expectedFailureDarwin for this test case. Modified: lldb/trunk/test/expression_command/po_verbosity/TestPoVerbosity.py Modified:

[Lldb-commits] [lldb] r204288 - More recent compilers emit debug info for the length property of NSString, so the length will be correctly

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 20:08:27 2014 New Revision: 204288 URL: http://llvm.org/viewvc/llvm-project?rev=204288view=rev Log: More recent compilers emit debug info for the length property of NSString, so the length will be correctly reported as NSUInteger. Adopt the test case to handle

[Lldb-commits] [lldb] r204289 - rdar://16361422

2014-03-19 Thread Enrico Granata
Author: enrico Date: Wed Mar 19 20:15:44 2014 New Revision: 204289 URL: http://llvm.org/viewvc/llvm-project?rev=204289view=rev Log: rdar://16361422 Add NSMutableData to the list of types that the NSData formatter knows to represent Modified:

[Lldb-commits] [lldb] r204295 - Adapt test to avoid short string types.

2014-03-19 Thread Jim Ingham
Author: jingham Date: Wed Mar 19 21:21:17 2014 New Revision: 204295 URL: http://llvm.org/viewvc/llvm-project?rev=204295view=rev Log: Adapt test to avoid short string types. Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py Modified: