- 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
-
Johnny Chen authored
SBFrame print representation: idx: 0 -> #0 llvm-svn: 117924
-
- Oct 30, 2010
-
-
Johnny Chen authored
llvm-svn: 117730
-
Johnny Chen authored
tests should be near the test summary message, instead of way up in the beginning. llvm-svn: 117726
-
- Oct 29, 2010
-
-
Johnny Chen authored
rdar://problem/8584431 Assert in clang while evaluating expression llvm-svn: 117705
-
Johnny Chen authored
1. FoundationDisassembleTestCase.test_simple_disasm_with_dsym; and 2. FoundationDisassembleTestCase.test_simple_disasm_with_dwarf the reason being the test was issuing 'disassemble' command to disassemble the current frame function when stopped. The 'disassemble' command worked previously but it was a result of bad option specification. Fix the disassemble command so that it will require 'disassemble -f' for disassembly of the current frame function. llvm-svn: 117688
-
Johnny Chen authored
Change the test case to not check it for an SBVariable's print description. llvm-svn: 117668
-
- Oct 28, 2010
-
-
Johnny Chen authored
llvm-svn: 117604
-
Johnny Chen authored
If TestBase.expect() is passed an assert message, pass it along when delegating to TestBase.runCmd() to execute the debugger command. This will result in a more semantic assert message than just the command failed message like before: AssertionError: False is not True : Command 'thread list' returns successfully And now, we will have: AssertionError: False is not True : Process state is stopped due to breakpoint llvm-svn: 117569
-
http://llvm.org/bugs/show_bug.cgi?id=8493Johnny Chen authored
File name "2010-10-19-14:10:49.059609" is non-portable. Do not use ':' in the pathname as it is not permitted on windows platforms. llvm-svn: 117556
-
- Oct 25, 2010
-
-
Johnny Chen authored
llvm-svn: 117287
-
Johnny Chen authored
llvm-svn: 117281
-
Johnny Chen authored
llvm-svn: 117278
-
- Oct 23, 2010
-
-
Johnny Chen authored
llvm-svn: 117175
-
- Oct 22, 2010
-
-
Johnny Chen authored
llvm-svn: 117152
-
Johnny Chen authored
llvm-svn: 117148
-
Johnny Chen authored
llvm-svn: 117140
-
Johnny Chen authored
process which is supposed to create the file. llvm-svn: 117136
-
Johnny Chen authored
llvm-svn: 117129
-
Johnny Chen authored
llvm-svn: 117116
-
Johnny Chen authored
llvm-svn: 117101
-
- Oct 21, 2010
-
-
Johnny Chen authored
llvm-svn: 117071
-