ignore more tests

This commit is contained in:
Anton-4 2022-11-16 12:05:11 +01:00
parent 37ad8a941a
commit 87042bc3e1
No known key found for this signature in database
GPG key ID: A13F4A6E21141925

View file

@ -423,6 +423,7 @@ mod cli_run {
const LINE_ENDING: &str = "\n"; const LINE_ENDING: &str = "\n";
#[test] #[test]
#[cfg_attr(windows, ignore)]
// uses C platform // uses C platform
fn platform_switching_main() { fn platform_switching_main() {
test_roc_app_slim( test_roc_app_slim(
@ -451,6 +452,7 @@ mod cli_run {
} }
#[test] #[test]
#[cfg_attr(windows, ignore)]
fn platform_switching_zig() { fn platform_switching_zig() {
test_roc_app_slim( test_roc_app_slim(
"examples/platform-switching", "examples/platform-switching",
@ -493,6 +495,7 @@ mod cli_run {
} }
#[test] #[test]
#[cfg_attr(windows, ignore)]
fn fibonacci() { fn fibonacci() {
test_roc_app_slim( test_roc_app_slim(
"crates/cli_testing_examples/algorithms", "crates/cli_testing_examples/algorithms",
@ -998,6 +1001,7 @@ mod cli_run {
#[test] #[test]
#[serial(multi_dep_thunk)] #[serial(multi_dep_thunk)]
#[cfg_attr(windows, ignore)]
fn run_multi_dep_thunk_unoptimized() { fn run_multi_dep_thunk_unoptimized() {
check_output_with_stdin( check_output_with_stdin(
&fixture_file("multi-dep-thunk", "Main.roc"), &fixture_file("multi-dep-thunk", "Main.roc"),