rust-lang / lldb

No longer used, use https://github.com/rust-lang/llvm-project instead
Other
14 stars 6 forks source link

Some name tests fail #11

Open tromey opened 6 years ago

tromey commented 6 years ago

At least one name test fails:

  File "/home/tromey/gdb/LLDB/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/rust/names/TestRustNames.py", line 88, in check_names
    self.assertEqual(v.GetValueAsSigned(), value, 'checking ' + name)
AssertionError: 0 != 212 : checking ::m2::m2_1::m2_1_2::VALUE

I think this worked at one point.