History log of /external/lldb/test/lang/c/struct_types/TestStructTypes.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fa8346c758f2bae3cd638ec28479dfa2d64af09 05-Aug-2013 Andrew Kaylor <andrew.kaylor@intel.com> Additional fixes/xfails for icc tests

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187730 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
a45d2e2806cfa1e5b0189df96f069c137278fd46 06-Jun-2013 Sean Callanan <scallanan@apple.com> Fixes for the IR interpreter:

- Implemented the SExt instruction, and

- eliminated redundant codepaths for constant
handling.

Added test cases.

<rdar://problem/13244258>
<rdar://problem/13955820>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@183344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
960a6ea95f5dba6885577803f2fe43e637f45e8e 15-Feb-2013 Daniel Malea <daniel.malea@intel.com> More test case cleanup (Linux and Mac):
- remove expectedFailure decorator from resolved rdar 12566646 and 10887661
- remove expectedFailure from TestBitfields testcase not actually affected by bug
- skip the (non-deterministic) TestStopHookMechanism.py to avoid a noisy suite on Linux



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175307 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
0cbeb07a774e42d0be092a6613856788cd3134e7 14-Dec-2012 Sean Callanan <scallanan@apple.com> Made the struct test case actually use an expression
instead of falling through to the "frame variable"
code.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@170169 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
eddc95d59df352c3ea693285327534b0145a8782 06-Dec-2012 Jim Ingham <jingham@apple.com> Mark the "dwarf" version of the test expected fail as well as the dsym version.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169549 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
b912457e1eb6f97d3ee3adc74d1e0f6393e35d3c 06-Dec-2012 Greg Clayton <gclayton@apple.com> <rdar://problem/12560257>

Fixed zero sized arrays to work correctly. This will only happen once we get a clang that emits correct debug info for zero sized arrays. For now I have marked the TestStructTypes.py as an expected failure.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169465 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
b8183d463ca7b2ba106f000d69cb99a50dbb20f8 23-Oct-2012 Sean Callanan <scallanan@apple.com> Added support for zero-length arrays at the end
of structures, and added a testcase.

<rdar://problem/12551591>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@166450 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
21b1984e161b0cadee331d32bfd721eccfdf4b1f 06-Apr-2012 Johnny Chen <johnny.chen@apple.com> Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Plus some minor cleanup of test method names.
Third and final batch is coming.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py
b26db29eebfbc2dc88776afa738a9b6a8fcc8f75 25-Jun-2011 Johnny Chen <johnny.chen@apple.com> Move struct_types, stepping, and set_values dirs to now reside under lang/c.
Move stl dir to now reside under lang/cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133884 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/struct_types/TestStructTypes.py