Skip to content

Commit

Permalink
Reclassify no-valgrind tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Apr 10, 2024
1 parent a9d66db commit 5f8f05d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/test-fpsemi-examples-1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("fpsemi-examples",
"049",
"full_transformation_monoid(5) Iwahori",
"[fpsemi-examples][quick]") {
"[fpsemi-examples][quick][no-valgrind]") {
auto rg = ReportGuard(REPORT);
size_t n = 5;

Expand All @@ -646,7 +646,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("fpsemi-examples",
"050",
"partial_transformation_monoid(5) Sutov",
"[fpsemi-examples][quick]") {
"[fpsemi-examples][standard]") {
auto rg = ReportGuard(REPORT);
size_t n = 5;
ToddCoxeter tc(congruence_kind::twosided,
Expand Down
2 changes: 1 addition & 1 deletion tests/test-froidure-pin-transf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("FroidurePin<Transf<>>",
"071",
"exception suffix",
"[quick][froidure-pin][transformation][transf]") {
"[standard][froidure-pin][transformation][transf]") {
auto rg = ReportGuard(REPORT);
std::vector<Transf<>> gens = {Transf<>({0, 1, 2, 3, 4, 5}),
Transf<>({1, 0, 2, 3, 4, 5}),
Expand Down
2 changes: 1 addition & 1 deletion tests/test-paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ namespace libsemigroups {
== std::vector<word_type>({00_w, 01_w, 10_w, 11_w}));
}

LIBSEMIGROUPS_TEST_CASE("Paths", "004", "#3", "[quick]") {
LIBSEMIGROUPS_TEST_CASE("Paths", "004", "#3", "[quick][no-valgrind]") {
using namespace rx;
auto ad = to_word_graph<size_t>(
6, {{1, 2}, {3, 4}, {4, 2}, {1, 5}, {5, 4}, {4, 5}});
Expand Down
6 changes: 3 additions & 3 deletions tests/test-sims.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("Sims2",
"094",
"2-sided T_4 Iwahori presentation",
"[quick][sims2][low-index]") {
"[quick][sims2][low-index][no-valgrind]") {
auto rg = ReportGuard(false);
Sims2 S(fpsemigroup::full_transformation_monoid(
4, fpsemigroup::author::Iwahori));
Expand Down Expand Up @@ -3639,7 +3639,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("Sims2",
"112",
"2-sided congruence-free monoid n=8",
"[quick][sims2]") {
"[quick][sims2][no-valgrind]") {
auto rg = ReportGuard(false);
// Presentation taken from
// Al-Kharousi, F., Cain, A.J., Maltcev, V. et al.
Expand Down Expand Up @@ -3693,7 +3693,7 @@ namespace libsemigroups {
LIBSEMIGROUPS_TEST_CASE("Sims2",
"114",
"2-sided 2-generated free commutative monoid",
"[quick][sims2]") {
"[quick][sims2][no-valgrind]") {
auto rg = ReportGuard(false);
Presentation<std::string> p;
p.alphabet("ab");
Expand Down

0 comments on commit 5f8f05d

Please sign in to comment.