Updated tests after switching to boolean core.

This commit is contained in:
Matthias Koefferlein 2019-01-25 21:38:45 +01:00
parent 707c761bac
commit 6da9bc5e85
10 changed files with 4 additions and 4 deletions

View File

@ -704,13 +704,13 @@ TEST(TwoInputsNot5)
TEST(TwoInputsAnd6)
{
// Extreme variants (copy, vanishing), AND
run_test_bool2 (_this, "hlp6.oas", TMAnd, 100);
run_test_bool2 (_this, "hlp6.oas", TMAnd, 120);
}
TEST(TwoInputsNot6)
{
// Extreme variants (copy, vanishing), NOT
run_test_bool2 (_this, "hlp6.oas", TMNot, 101);
run_test_bool2 (_this, "hlp6.oas", TMNot, 121);
}
TEST(TwoInputsAnd7)
@ -844,13 +844,13 @@ TEST(TwoInputsNotWithSize5)
TEST(TwoInputsAndWithSize6)
{
// Extreme variants (copy, vanishing), AND
run_test_bool2_with_size (_this, "hlp6.oas", TMAnd, 1500, 102);
run_test_bool2_with_size (_this, "hlp6.oas", TMAnd, 1500, 122);
}
TEST(TwoInputsNotWithSize6)
{
// Extreme variants (copy, vanishing), NOT
run_test_bool2_with_size (_this, "hlp6.oas", TMNot, 1500, 103);
run_test_bool2_with_size (_this, "hlp6.oas", TMNot, 1500, 123);
}
TEST(TwoInputsAndWithSize7)

Binary file not shown.

Binary file not shown.

BIN
testdata/algo/hlp13.oas vendored Normal file

Binary file not shown.

BIN
testdata/algo/hlp14.oas vendored Normal file

Binary file not shown.

BIN
testdata/algo/hlp3.oas vendored

Binary file not shown.

BIN
testdata/algo/hlp4.oas vendored

Binary file not shown.

BIN
testdata/algo/hlp5.oas vendored

Binary file not shown.

BIN
testdata/algo/hlp6.oas vendored

Binary file not shown.

BIN
testdata/algo/hlp8.oas vendored

Binary file not shown.