- Nov 11, 2010
-
-
Johnny Chen authored
llvm-svn: 118839
-
Johnny Chen authored
Plus make finding the break line number in main.cpp more robust. llvm-svn: 118832
-
Johnny Chen authored
rdar://problem/8651752 don't crash trying to ask clang how many children an empty record has llvm-svn: 118820
-
Johnny Chen authored
llvm-svn: 118739
-
Johnny Chen authored
llvm-svn: 118731
-
- Nov 10, 2010
-
-
Johnny Chen authored
thread.GetStopReason() == lldb.eStopReasonBreakpoint llvm-svn: 118713
-
Johnny Chen authored
test method when asserting: thread.GetStopReason() == lldb.eStopReasonBreakpoint llvm-svn: 118711
-
Johnny Chen authored
@unittest2.skip("rdar://problem/8648070 'expression *bar_ptr' seg faults") It has been fixed by r118672. llvm-svn: 118695
-
Johnny Chen authored
llvm-svn: 118655
-
Johnny Chen authored
llvm-svn: 118650
-
- Nov 09, 2010
-
-
Johnny Chen authored
invoke the test driver to rerun the very same test. Example output: /Volumes/data/lldb/svn/trunk/test $ tail 2010-11-09-14_51_34/ExpectedFailure-TestSettings.SettingsCommandTestCase.test_set_output_path.log Traceback (most recent call last): File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 136, 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. To rerun this test, issue the following command from the 'test' directory: ./dotest.py -v -t -f SettingsCommandTestCase.test_set_output_path llvm-svn: 118646
-
Johnny Chen authored
@unittest2.skip("rdar://problem/8641483 ./dotest.py -v -t -w forward seg faults") and add a @skip decorator for test_with_dwarf_and_run_command() method: @unittest2.skip("rdar://problem/8648070 'expression *bar_ptr' seg faults") llvm-svn: 118632
-
Johnny Chen authored
be different than the class name which uses frame variable command. llvm-svn: 118602
-
Johnny Chen authored
takes the form: "Command '%s' returns successfully" % str and the latter takes the form: "'%s' returns expected result" % str or "'%s' matches expected result" % str llvm-svn: 118599
-
Johnny Chen authored
llvm-svn: 118591
-
Johnny Chen authored
llvm-svn: 118590
-
Johnny Chen authored
llvm-svn: 118511
-
- Nov 08, 2010
-
-
Johnny Chen authored
llvm-svn: 118438
-
Johnny Chen authored
failed/errored tests at the start of the test run, in case the test run crashes for any reason. That way, it is easy to locate the session logs for accumulated failures/errors. llvm-svn: 118427
-
-
Johnny Chen authored
we want to run just the instance of testclass-testmethod combination and nothing else. Specifying '-g' now will admit the whole .py test module if it does not contain a matching testclass-testmethod combination at all. This option arrangement adheres to the RISC principle of making the common cases fast. :-) rdar://problem/8584914 Can the default for dotest.py's "-g" flag be switched? llvm-svn: 118392
-
- Nov 06, 2010
-
-
Johnny Chen authored
identification of the test failures/errors by human beings as well as automatic processings. The prefix which identifies the type can be: Error, Failure, or ExpectedFailure. llvm-svn: 118315
-
- Nov 05, 2010
-
-
Johnny Chen authored
llvm-svn: 118285
-
Johnny Chen authored
llvm-svn: 118279
-
- Nov 04, 2010
-
-
Johnny Chen authored
llvm-svn: 118265
-
Johnny Chen authored
@unittest2.skip("rdar://problem/8630601 Assertion failed: (result_valobj_sp.get()), function EvaluateExpression, file CommandObjectExpression.cpp, line 227.") llvm-svn: 118252
-
Johnny Chen authored
@unittest2.skip("rdar://problem/8630601 Assertion failed: (result_valobj_sp.get()), function EvaluateExpression, file CommandObjectExpression.cpp, line 227.") llvm-svn: 118251
-
- Nov 03, 2010
-
-
Johnny Chen authored
It should be c's parent frame being a instead of the other way around. llvm-svn: 118198
-
Johnny Chen authored
local variable and an argument variable. Add ValueTypeString() utility function into lldbutil.py which converts the enum into a human readable string. Modify TestBase.DebugSBValue() to also dump the value type of an SBValue object. llvm-svn: 118197
-
Johnny Chen authored
idea to also dump the session information for expected failures in addition to failures and errors (tests with unexpected exceptions). Modify the LLDBTestResult class which derives from unittest2.TextTestResult to intercept the addExpectedFailure() method in order to mark the test instance as needing its session information dumped. llvm-svn: 118185
-
Johnny Chen authored
llvm-svn: 118180
-
-
Johnny Chen authored
llvm-svn: 118129
-
- Nov 02, 2010
-
-
Johnny Chen authored
Also modify the: self.runCmd("expr %s" % var) to be: self.runCmd("expression %s" % var) since 'expr' is an alias of expression. And fix the assert message to be either 'frame variable -t %s' or 'expression %s'. llvm-svn: 118085
-
Johnny Chen authored
Comment out the filtering code. The next check in will clean up the test case by wiping off the filtering related logic. llvm-svn: 118081
-
Johnny Chen authored
rdar://problem/8464339 test/types directory: b basic_type.cpp:171 does not work, while gdb does work It tests that 'breakpoint set -f basic_type.cpp:176' works when int.cpp #include's basic_type.cpp. llvm-svn: 118038
-
Johnny Chen authored
The failures that remain are: # rdar://problem/8620735 test/types: frame variable -t a_class_ref.m_b fails # The reference type related failures that remain are: notnow = set(['a_class_ref.m_b', 'a_struct_ref.b', 'a_union_nonzero_ref.u.a']) llvm-svn: 118021
-
Johnny Chen authored
# rdar://problem/8482903 # test suite failure for types dir -- "long long" and "unsigned long long" llvm-svn: 118017
-
- Nov 01, 2010
-
-
Johnny Chen authored
llvm-svn: 117962
-
Johnny Chen authored
getsource_if_available(obj) which also handles the exception if it occurs. llvm-svn: 117949
-