From 4046f928d162e52e2e87e0a91e97aa1ea118f2aa Mon Sep 17 00:00:00 2001 From: MaulingMonkey Date: Sat, 5 Sep 2020 14:47:16 -0700 Subject: [PATCH] debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 cdb chokes on the cast and reports "Unable to find type 'tuple *' for cast." --- src/test/debuginfo/pretty-std-collections-hash.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/debuginfo/pretty-std-collections-hash.rs b/src/test/debuginfo/pretty-std-collections-hash.rs index e8f52deabd80..9f59936a92d1 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