Updated test golden data (order of cells only)

This commit is contained in:
Matthias Koefferlein 2020-11-03 23:11:07 +01:00
parent 61696f1ae7
commit 888b0936f7
1 changed files with 10 additions and 10 deletions

View File

@ -460,8 +460,8 @@ TEST(BasicAnd9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 4 shapes (2 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
);
}
@ -476,8 +476,8 @@ TEST(BasicNot9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 4 shapes (2 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
);
}
@ -600,8 +600,8 @@ TEST(BasicAndWithSize9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 6 shapes (2 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
);
}
@ -616,8 +616,8 @@ TEST(BasicNotWithSize9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 6 shapes (2 times)\n"
"RING[1] 0 insts, 0 shapes (1 times)\n"
);
}
@ -752,8 +752,8 @@ TEST(TwoInputsAnd9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 4 shapes (2 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
);
}
@ -768,8 +768,8 @@ TEST(TwoInputsNot9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 4 shapes (2 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
);
}
@ -892,8 +892,8 @@ TEST(TwoInputsAndWithSize9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 6 shapes (2 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
);
}
@ -908,8 +908,8 @@ TEST(TwoInputsNotWithSize9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
"CHILD1[1] 0 insts, 6 shapes (2 times)\n"
"RING[1] 1 insts, 0 shapes (1 times)\n"
);
}
@ -984,8 +984,8 @@ TEST(BasicSelfOverlap9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 1 shapes (1 times)\n"
"CHILD1[1] 0 insts, 4 shapes (2 times)\n"
"RING[1] 0 insts, 1 shapes (1 times)\n"
);
}
@ -1054,8 +1054,8 @@ TEST(BasicSelfOverlapWithSize9)
// from atop the CHILD cell don't interact with shapes inside CHILD, so there are 4 shapes rather than
// 6. And the shapes from top inside the ring are not seen by the RING's subject shapes.
"TOP[1] 0 insts, 0 shapes (1 times)\n"
"RING[1] 0 insts, 1 shapes (1 times)\n"
"CHILD1[1] 0 insts, 6 shapes (2 times)\n"
"RING[1] 0 insts, 1 shapes (1 times)\n"
);
}