Skip to content

Commit 947ad58

Browse files
committed
Fix up/ignore failing ui tests on fuchsia
1 parent 1993e1a commit 947ad58

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/test/ui/intrinsics/intrinsic-alignment.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mod rusti {
1414
target_os = "dragonfly",
1515
target_os = "emscripten",
1616
target_os = "freebsd",
17+
target_os = "fuchsia",
1718
target_os = "linux",
1819
target_os = "macos",
1920
target_os = "netbsd",

src/test/ui/issues/issue-70093.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// run-pass
22
// compile-flags: -Zlink-native-libraries=no -Cdefault-linker-libraries=yes
33
// ignore-windows - this will probably only work on unixish systems
4+
// ignore-fuchsia - missing __libc_start_main for some reason (#84733)
45

56
#[link(name = "some-random-non-existent-library", kind = "static")]
67
extern "C" {}

src/test/ui/structs-enums/rec-align-u64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ struct Outer {
3535
target_os = "dragonfly",
3636
target_os = "emscripten",
3737
target_os = "freebsd",
38+
target_os = "fuchsia",
3839
target_os = "linux",
3940
target_os = "macos",
4041
target_os = "netbsd",

src/test/ui/x86stdcall.rs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub fn main() {
2727
target_os = "dragonfly",
2828
target_os = "emscripten",
2929
target_os = "freebsd",
30+
target_os = "fuchsia",
3031
target_os = "linux",
3132
target_os = "macos",
3233
target_os = "netbsd",

0 commit comments

Comments
 (0)