We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747adbd commit 99ebe61Copy full SHA for 99ebe61
patches/0002-abi-cafe-Disable-broken-tests.patch
@@ -43,8 +43,8 @@ index 958ab43..dcf1044 100644
43
+ result.check = Busted(Run);
44
+ }
45
+
46
-+ if cfg!(windows) && (test.test == "OptionU128" || test.test == "I64Array" || test.test == "simple") {
47
-+ result.run = Skip; // Gives SIGILL on x86_64 windows.
++ if cfg!(windows) && test.test == "OptionU128" {
++ result.check = Busted(Run); // Gives SIGILL on x86_64 windows.
48
49
50
+ if test.test == "f16" || test.test == "f128" {
0 commit comments