Added tests

This commit is contained in:
Matthias Koefferlein 2022-11-21 23:27:19 +01:00
parent 16d662229d
commit 6e2310186b
5 changed files with 27 additions and 0 deletions

View File

@ -1328,3 +1328,12 @@ TEST(55d_drccount)
run_test (_this, "55", true);
}
TEST(57_issue_1190)
{
run_test (_this, "57", false);
}
TEST(57d_issue_1190)
{
run_test (_this, "57", true);
}

18
testdata/drc/drcSimpleTests_57.drc vendored Normal file
View File

@ -0,0 +1,18 @@
source $drc_test_source
target $drc_test_target
if $drc_test_deep
deep
end
l1 = input(1, 0)
l1.output(1, 0)
l1e = l1.edges
l1e.with_angle(ortho).extended_out(1.dbu).merged.output(100, 0)
l1e.with_angle(diagonal_only).extended_in(1.dbu).merged.output(101, 0)
l1e.with_angle(diagonal).extended(1.dbu, 2.dbu, 3.dbu, 4.dbu).merged.output(102, 0)

BIN
testdata/drc/drcSimpleTests_57.gds vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au57.gds vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au57d.gds vendored Normal file

Binary file not shown.