Skip to content

Commit a28b986

Browse files
committed
Remove a couple of obsolete tests
mod_bench is basically useless as test and hasn't been used as benchmark for a long time. alloc_example doesn't test anything that isn't already tested by std_example.
1 parent adf0f41 commit a28b986

5 files changed

Lines changed: 0 additions & 211 deletions

File tree

‎build_system/tests.rs‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
7373
"example/arbitrary_self_types_pointers_and_wrappers.rs",
7474
&[],
7575
),
76-
TestCase::build_lib("build.alloc_system","example/alloc_system.rs","lib"),
77-
TestCase::build_bin_and_run("aot.alloc_example","example/alloc_example.rs",&[]),
7876
TestCase::jit_bin("jit.std_example","example/std_example.rs","arg"),
7977
TestCase::build_bin_and_run("aot.std_example","example/std_example.rs",&["arg"]),
8078
TestCase::build_bin_and_run("aot.dst_field_align","example/dst-field-align.rs",&[]),
@@ -89,7 +87,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
8987
&[],
9088
),
9189
TestCase::build_bin_and_run("aot.float-minmax-pass","example/float-minmax-pass.rs",&[]),
92-
TestCase::build_bin_and_run("aot.mod_bench","example/mod_bench.rs",&[]),
9390
TestCase::build_bin_and_run("aot.issue-72793","example/issue-72793.rs",&[]),
9491
TestCase::build_bin("aot.issue-59326","example/issue-59326.rs"),
9592
TestCase::build_bin_and_run("aot.neon","example/neon.rs",&[]),

‎config.txt‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ aot.mini_core_hello_world
2121
testsuite.base_sysroot
2222
aot.arbitrary_self_types_pointers_and_wrappers
2323
aot.issue_91827_extern_types
24-
build.alloc_system
25-
aot.alloc_example
2624
jit.std_example
2725
aot.std_example
2826
aot.dst_field_align
2927
aot.subslice-patterns-const-eval
3028
aot.track-caller-attribute
3129
aot.float-minmax-pass
32-
aot.mod_bench
3330
aot.issue-72793
3431
aot.issue-59326
3532
aot.neon

‎example/alloc_example.rs‎

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎example/alloc_system.rs‎

Lines changed: 0 additions & 124 deletions
This file was deleted.

‎example/mod_bench.rs‎

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)