Mark numeric-types.rs
as 64-bit only for now
This is to unblock the tree, a proper fix will need to be investigated.
I think the debuginfo test suite supports revisions, however debugger
directives do not respect such revisions, which is problematic.
It's that 32-bit and 64-bit msvc of course have different integer widths
for `isize` and `usize`, meaning their underlying integer is different
and thus printed differently.
(cherry picked from commit dccb6c0f27
)
This commit is contained in:
parent
088f06a383
commit
8435c75fa5
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,11 @@
|
||||||
//@ ignore-windows-gnu: #128981
|
//@ ignore-windows-gnu: #128981
|
||||||
|
|
||||||
// Note: u128 visualization was not supported in 10.0.22621.3233 but was fixed in 10.0.26100.2161.
|
// Note: u128 visualization was not supported in 10.0.22621.3233 but was fixed in 10.0.26100.2161.
|
||||||
// FIXME(jieyouxu): triple-check if this annotation works properly in CI, because it seems to
|
|
||||||
// ignore the test locally for me.
|
// FIXME(#133107): this is temporarily marked as `only-64bit` because of course 32-bit msvc has
|
||||||
|
// a different integer width and thus underlying integer type display. Only marked as such to
|
||||||
|
// unblock the tree.
|
||||||
|
//@ only-64bit
|
||||||
//@ min-cdb-version: 10.0.26100.2161
|
//@ min-cdb-version: 10.0.26100.2161
|
||||||
|
|
||||||
// Tests the visualizations for `NonZero<T>`, `Wrapping<T>` and
|
// Tests the visualizations for `NonZero<T>`, `Wrapping<T>` and
|
||||||
|
|
Loading…
Add table
Reference in a new issue