diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-08-02 22:20:48 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-08-02 22:20:48 +0300 |
| commit | 0eacf02f01b4ea084a4f970e487ce6d3a6a20f90 (patch) | |
| tree | 7a1692fa27f0729b9617f74d4a5719fc0c0cfaf6 | |
| parent | a99ae95c722d4dc8d1eef09aaa4e72d50d496e75 (diff) | |
| download | rust-0eacf02f01b4ea084a4f970e487ce6d3a6a20f90.tar.gz rust-0eacf02f01b4ea084a4f970e487ce6d3a6a20f90.zip | |
tests: Ignore src/test/debuginfo/rc_arc.rs on Windows
It requires loading pretty-printers, but GDB doesn't load them on Windows
| -rw-r--r-- | src/test/debuginfo/rc_arc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/rc_arc.rs b/src/test/debuginfo/rc_arc.rs index 8ab8a2f9c1c..87bc79ea794 100644 --- a/src/test/debuginfo/rc_arc.rs +++ b/src/test/debuginfo/rc_arc.rs @@ -1,3 +1,4 @@ +// ignore-windows pretty-printers are not loaded // compile-flags:-g // min-gdb-version: 8.1 |
