llvm-project/lldb/test/API
Jan Kratochvil 239093f30c [lldb] [testsuite] Fix a regression of TestCppScope.py
This is a regression since:
  [lldb][NFC] Modernize lang/cpp/scope test
  acb0b99c8e
  rGacb0b99c8e4f

  File "/home/jkratoch/redhat/llvm-monorepo/lldb/test/API/lang/cpp/scope/TestCppScope.py", line 19, in test
    self.assertEqual(global_var_names, expected_var_names)
  AssertionError: Lists differ: ['C::a', 'A::a', 'B::a', '::a'... != ['A::a', 'B::a', 'C::a', '::a'...
  First differing element 0:
  C::a
  A::a
  - ['C::a', 'A::a', 'B::a', '::a']
  + ['A::a', 'B::a', 'C::a', '::a']

ManualDWARFIndex using NameToDIE does not sort alphabetically:
    // This is only for uniqueness, not lexicographical ordering, so we can
    // just compare pointers.
    return uintptr_t(lhs.GetCString()) < uintptr_t(rhs.GetCString());
2020-04-18 10:46:32 +02:00
..
android/platform [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
api [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
arm [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
benchmarks [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
commands [lldb] [testsuite] Fix TestFixIts.py on Linux 2020-04-18 08:32:12 +02:00
driver/batch_mode [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
functionalities [lldb/Reproducers] Capture reproducers from the API test suite. 2020-04-14 09:24:23 -07:00
iohandler [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
issue_verification [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
lang [lldb] [testsuite] Fix a regression of TestCppScope.py 2020-04-18 10:46:32 +02:00
linux [lldb/testsuite] XFail TestBuiltinTrap.py not only on linux 2020-03-19 08:25:59 -07:00
macosx [lldb/test] Fix TestDSYMSourcePathRemapping in the presence of symlnks 2020-04-06 19:50:34 -07:00
python_api [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
sample_test [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
sanity Add support for XFAILing a test based on a setting. 2020-03-12 19:26:24 -07:00
source-manager [lldb][test] These tests don't fail on Windows anymore 2020-03-05 12:37:08 +03:00
terminal [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
test_runner/test [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
tools Another attempt of D77452 - da0e91fee6 2020-04-15 17:52:36 -07:00
types [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
CMakeLists.txt [lldb/CMake] Add check-lldb-shell and check-lldb-api targets for Xcode 2020-01-21 13:22:33 -08:00
dotest.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
lit.cfg.py Another attempt of D77452 - da0e91fee6 2020-04-15 17:52:36 -07:00
lit.site.cfg.py.in Another attempt of D77452 - da0e91fee6 2020-04-15 17:52:36 -07:00
lldbtest.py [lldb/Reproducers] Capture reproducers from the API test suite. 2020-04-14 09:24:23 -07:00
use_lldb_suite.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00