]> Repositorios git - scryer-prolog.git/commitdiff
ignore added test on i686-unknown-linux-gnu
authorSkgland <[email protected]>
Wed, 3 Jun 2026 20:05:07 +0000 (22:05 +0200)
committerSkgland <[email protected]>
Wed, 3 Jun 2026 20:05:20 +0000 (22:05 +0200)
appears to have been broken even before d50d42509903dc3cc1841eb757a703753de84754
so has a different cause that needs to be investigated

tests/scryer/issues.rs

index 71b256f053e93b1e4c881a1087a9c6bc3eb84896..52a2b4fc2c3dd49c6da1efa75ccb2e65ba5b5531 100644 (file)
@@ -176,6 +176,15 @@ fn http_open_hanging() {
 
 #[test]
 #[cfg_attr(miri, ignore = "it takes too long to run")]
+#[cfg_attr(
+    all(
+        target_arch = "x86",
+        target_os = "linux",
+        target_vendor = "unknown",
+        target_env = "gnu"
+    ),
+    ignore = "FIXME was already broken before d50d42509903dc3cc1841eb757a703753de84754"
+)]
 fn discussion3359() {
     load_module_test("tests-pl/discussion3359.pl", "");
 }