]> git.lizzy.rs Git - rust.git/commitdiff
Only run tests on x86_64
authorWesley Wiser <wwiser@gmail.com>
Fri, 15 Nov 2019 01:48:42 +0000 (20:48 -0500)
committerWesley Wiser <wwiser@gmail.com>
Sat, 16 Nov 2019 18:01:12 +0000 (13:01 -0500)
src/test/ui/consts/issue-66342.rs
src/test/ui/consts/issue-66397.rs

index 5c93f874256ee4db3c18c148615250e973459993..417f69041658da8652a72f3b4af100e68adb5bda 100644 (file)
@@ -1,4 +1,5 @@
 // check-pass
+// only-x86_64
 
 // Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.
 
index b9cf163bc61f83c319a1462a9fad7df8d8393ac1..1b4aff43b5bf13df94c07141223f6043fc4c3621 100644 (file)
@@ -1,4 +1,5 @@
-// build-pass
+// check-pass
+// only-x86_64
 
 // Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.