History log of /external/lldb/test/lang/cpp/stl/TestSTL.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23bb947c115986ebad812bc7c04805118feb318f 01-Aug-2013 Ashok Thirumurthi <ashok.thirumurthi@intel.com> Updates TestLongjump to ensure that compiler optimizations don't affect the
mapping of source to assembly so that the same test script can be used
with more compilers.

Patch by Andy Kaylor!

Also marks the LLDB test of template parameters as xfail on icc.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187600 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
166b89f089d6bec5bb9dd40470a4dc951ffc9daa 19-Mar-2013 Greg Clayton <gclayton@apple.com> Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None".

This test is incorrect as functions that return lldb.SBThread objects never return None, they just return lldb.SBThread objects that contain invalid opaque classes.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@177416 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
dbd73cf5eb16e733b28e823554e1dacdba1ebd0b 05-Mar-2013 Daniel Malea <daniel.malea@intel.com> Un-skipping tests affected by llvm.org/pr15256

patch by Ashok Thirumurthi!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176462 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
d288003f7ca875b1984858ead3f3397bd9c7997d 13-Feb-2013 Daniel Malea <daniel.malea@intel.com> Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset()
- Filed bugzilla PR-15256



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175065 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
bca74e5949f4b79c563f5e9d6ebe11c17c024a78 25-Jan-2013 Daniel Malea <daniel.malea@intel.com> Fix indenting typo in TestSTL.py



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173470 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
87a5c11cf39eb6d1974a470694afb0c265f0221e 25-Jan-2013 Daniel Malea <daniel.malea@intel.com> Update test scripts and Makefiles to allow testing with GCC:
- introduce new variable ARCHFLAG in make/Makefile.rules to switch between "-arch" on Mac and "-m" everywhere else
- update testcase makefiles to use LD_EXTRAS instead of LDFLAGS (the former interacts with Makefile.rules badly)
- special treatment for gcc 4.6: replace "-std=c++11" with "-std=c++0x" as the former is not handled correctly
- remove hardcoded "-arch" from test Makefile

This patch should not have any effect on lldb on Mac OS X.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173402 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.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/cpp/stl/TestSTL.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/cpp/stl/TestSTL.py
9013829b87f613cd5ff91f1c4cffa2d81690b7a9 03-Feb-2012 Johnny Chen <johnny.chen@apple.com> Fix typos.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149710 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
2ef5eae17206b691a259975cfeacdecff7e054c3 03-Feb-2012 Johnny Chen <johnny.chen@apple.com> Add test cases for APIs to get template arguments from an SBType.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149707 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
dba0f7f19fe719acb407a9421e6d402609454d04 14-Nov-2011 Johnny Chen <johnny.chen@apple.com> Add more info on the failure.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144545 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
869ccb0d24645e19ee653bac2c1d35d90bcc19e4 01-Nov-2011 Johnny Chen <johnny.chen@apple.com> Add expectedFailure decorators.

rdar://problem/10373783


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143396 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.py
c6b20fc216d89ef4bf366ccf2fd2b6068f8f11ed 01-Nov-2011 Johnny Chen <johnny.chen@apple.com> Add some expr evaluations for simple STL data types.
Radar to be filed soon.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143395 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/stl/TestSTL.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/cpp/stl/TestSTL.py