mirror of https://github.com/KLayout/klayout.git
Updated tests after switching to boolean core.
This commit is contained in:
parent
707c761bac
commit
6da9bc5e85
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue