mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 22:01:20 +00:00
ignore more tests
This commit is contained in:
parent
37ad8a941a
commit
87042bc3e1
1 changed files with 4 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ mod cli_run {
|
|||
const LINE_ENDING: &str = "\n";
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
// uses C platform
|
||||
fn platform_switching_main() {
|
||||
test_roc_app_slim(
|
||||
|
|
@ -451,6 +452,7 @@ mod cli_run {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
fn platform_switching_zig() {
|
||||
test_roc_app_slim(
|
||||
"examples/platform-switching",
|
||||
|
|
@ -493,6 +495,7 @@ mod cli_run {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
fn fibonacci() {
|
||||
test_roc_app_slim(
|
||||
"crates/cli_testing_examples/algorithms",
|
||||
|
|
@ -998,6 +1001,7 @@ mod cli_run {
|
|||
|
||||
#[test]
|
||||
#[serial(multi_dep_thunk)]
|
||||
#[cfg_attr(windows, ignore)]
|
||||
fn run_multi_dep_thunk_unoptimized() {
|
||||
check_output_with_stdin(
|
||||
&fixture_file("multi-dep-thunk", "Main.roc"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue