about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorMaulingMonkey <git@maulingmonkey.com>2020-09-05 14:47:16 -0700
committerMaulingMonkey <git@maulingmonkey.com>2020-09-05 14:47:16 -0700
commit4046f928d162e52e2e87e0a91e97aa1ea118f2aa (patch)
tree01be58e4e35d397188d408856a8d5f2e23a64e30 /src/test/debuginfo
parent7cbfbd3ee7b328f57162edbaa92820401b040a03 (diff)
downloadrust-4046f928d162e52e2e87e0a91e97aa1ea118f2aa.tar.gz
rust-4046f928d162e52e2e87e0a91e97aa1ea118f2aa.zip
debuginfo: Ignore HashMap tests before cdb 10.0.18362.1
cdb chokes on the cast and reports "Unable to find type 'tuple<u64,u64> *' for cast."
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/pretty-std-collections-hash.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/debuginfo/pretty-std-collections-hash.rs b/src/test/debuginfo/pretty-std-collections-hash.rs
index e8f52deabd8..9f59936a92d 100644
--- a/src/test/debuginfo/pretty-std-collections-hash.rs
+++ b/src/test/debuginfo/pretty-std-collections-hash.rs
@@ -1,3 +1,7 @@
+// CDB doesn't like how libstd.natvis casts to tuples before this version.
+// https://github.com/rust-lang/rust/issues/76352#issuecomment-687640746
+// min-cdb-version: 10.0.18362.1
+
 // cdb-only
 // compile-flags:-g