Skip to content

Commit

Permalink
Remove a couple of obsolete tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bjorn3 committed Jan 7, 2025
1 parent adf0f41 commit a28b986
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 211 deletions.
3 changes: 0 additions & 3 deletions build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
"example/arbitrary_self_types_pointers_and_wrappers.rs",
&[],
),
TestCase::build_lib("build.alloc_system", "example/alloc_system.rs", "lib"),
TestCase::build_bin_and_run("aot.alloc_example", "example/alloc_example.rs", &[]),
TestCase::jit_bin("jit.std_example", "example/std_example.rs", "arg"),
TestCase::build_bin_and_run("aot.std_example", "example/std_example.rs", &["arg"]),
TestCase::build_bin_and_run("aot.dst_field_align", "example/dst-field-align.rs", &[]),
Expand All @@ -89,7 +87,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
&[],
),
TestCase::build_bin_and_run("aot.float-minmax-pass", "example/float-minmax-pass.rs", &[]),
TestCase::build_bin_and_run("aot.mod_bench", "example/mod_bench.rs", &[]),
TestCase::build_bin_and_run("aot.issue-72793", "example/issue-72793.rs", &[]),
TestCase::build_bin("aot.issue-59326", "example/issue-59326.rs"),
TestCase::build_bin_and_run("aot.neon", "example/neon.rs", &[]),
Expand Down
3 changes: 0 additions & 3 deletions config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ aot.mini_core_hello_world
testsuite.base_sysroot
aot.arbitrary_self_types_pointers_and_wrappers
aot.issue_91827_extern_types
build.alloc_system
aot.alloc_example
jit.std_example
aot.std_example
aot.dst_field_align
aot.subslice-patterns-const-eval
aot.track-caller-attribute
aot.float-minmax-pass
aot.mod_bench
aot.issue-72793
aot.issue-59326
aot.neon
Expand Down
44 changes: 0 additions & 44 deletions example/alloc_example.rs

This file was deleted.

124 changes: 0 additions & 124 deletions example/alloc_system.rs

This file was deleted.

37 changes: 0 additions & 37 deletions example/mod_bench.rs

This file was deleted.

0 comments on commit a28b986

Please sign in to comment.