Merge remote-tracking branch 'remote/main' into builtin-task

This commit is contained in:
Luke Boswell 2024-07-29 16:05:51 +10:00
commit eca453d07f
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
367 changed files with 14084 additions and 12080 deletions

View file

@ -542,16 +542,6 @@ mod cli_run {
)
}
#[test]
fn platform_switching_swift() {
test_roc_app_slim(
"examples/platform-switching",
"rocLovesSwift.roc",
"Roc <3 Swift!\n",
UseValgrind::Yes,
)
}
#[test]
fn expects_dev_and_test() {
// these are in the same test function so we don't have to worry about race conditions
@ -785,11 +775,6 @@ mod cli_run {
)
}
#[test]
fn hello_gui() {
test_roc_app_slim("examples/gui", "hello-guiBROKEN.roc", "", UseValgrind::No)
}
#[test]
#[cfg_attr(windows, ignore)]
fn quicksort() {
@ -910,11 +895,6 @@ mod cli_run {
)
}
#[test]
fn swift_ui() {
test_roc_app_slim("examples/swiftui", "main.roc", "", UseValgrind::No)
}
#[test]
#[serial(cli_platform)]
#[cfg_attr(windows, ignore)]
@ -1056,11 +1036,6 @@ mod cli_run {
)
}
#[test]
fn inspect_gui() {
test_roc_app_slim("examples", "inspect-gui.roc", "", UseValgrind::No)
}
// TODO not sure if this cfg should still be here: #[cfg(not(debug_assertions))]
// this is for testing the benchmarks, to perform proper benchmarks see crates/cli/benches/README.md
mod test_benchmarks {