rust/src/test
Pietro Albini ed6c7b751d
Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton
Fix BTreeSet and BTreeMap gdb pretty-printers

The BTreeSet and BTreeMap gdb pretty-printers did not take the node
structure into account, and consequently only worked for shallow sets.
This fixes the problem by iterating over child nodes when needed.

This patch avoids the current approach of implementing some of the
value manipulations in debugger-indepdendent code.  This was done for
convenience: a type lookup was needed for the first time, and there
currently are no lldb formatters for these types.

Closes #55771
2018-11-25 17:05:04 +01:00
..
auxiliary
codegen Fix invalid bitcast taking bool out of a union represented as a scalar 2018-11-20 12:20:05 +01:00
codegen-units Don't auto-inline const fn 2018-11-17 17:50:37 +01:00
compile-fail Reword and fix test 2018-11-22 14:14:27 -08:00
compile-fail-fulldeps Update TypedArena tests 2018-10-19 14:34:44 +02:00
debuginfo Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton 2018-11-25 17:05:04 +01:00
incremental Fix tests and assertions; add some comments 2018-10-26 09:50:51 +13:00
incremental-fulldeps Ignore new test on Windows 2018-09-21 10:05:23 -07:00
mir-opt Simplify MIR drop generation 2018-11-18 12:29:44 +00:00
pretty abolish ICE when pretty-printing async block 2018-10-02 23:02:51 -07:00
run-fail Fix two run-fail tests for asmjs 2018-11-04 18:50:57 +01:00
run-fail-fulldeps
run-make Auto merge of #53996 - sekineh:thumb-run, r=japaric 2018-11-06 18:58:31 +00:00
run-make-fulldeps Correct alignment of atomic types and (re)add Atomic{I,U}128 2018-10-27 13:47:11 +03:00
run-pass Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik 2018-11-25 17:05:03 +01:00
run-pass-fulldeps Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton 2018-11-18 23:24:32 +01:00
run-pass-valgrind Remove license headers from unsized-locals tests. 2018-10-24 23:27:17 +09:00
rustdoc Auto merge of #55912 - kennytm:rollup, r=kennytm 2018-11-13 22:17:46 +00:00
rustdoc-js Remove outdated rustdoc PinBox tests 2018-09-18 01:42:27 -07:00
rustdoc-ui Auto merge of #53586 - eddyb:top-lock, r=alexcrichton 2018-11-22 15:54:10 +00:00
rustfix
ui Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov 2018-11-25 17:05:00 +01:00
ui-fulldeps Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichton 2018-11-24 01:31:58 +08:00
COMPILER_TESTS.md