History log of /external/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6629791fa6e1a2621db0309ab657d03d82a62ebe 31-Jul-2013 Ashok Thirumurthi <ashok.thirumurthi@intel.com> Updated the LLDB rvalue reference test to cross-reference with a bugzilla report,
provide more detail on compiler compatibility, and to illustrate that this is
an issue with expression evaluation.

- Note that clang doesn't emit DW_TAG_const_type, which might be okay if there's
no such thing as a non-const rvalue reference. How about foo(make_int())?


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187499 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py
3ad56474f8fdd73b19d32cb253dcc788d0bfc0fc 19-Feb-2013 Daniel Malea <daniel.malea@intel.com> A few more GCC specific test fixes as per logged PRs:
- TestNamespace expected to fail due to PR-15302
- TestCPPBool and TestUnsignedTypes updated to handle GCC style debug information
- TestRvalueReferences expected fail due to GCC (4.7) not outputting rvalue-reference debug information
- TestDataFormatterStdVBool expected to fail due to PR-15301



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.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/rvalue-references/TestRvalueReferences.py
57e0ff42f10d1245f9e8d5b3418d5066aea6ea05 22-May-2012 Sean Callanan <scallanan@apple.com> Added support for rvalue references in debug information
(actually, mainly just hooked up support that was already
there). Added a test case, although it's expected to fail
right now unless you're using top-of-tree LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157220 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py