klayout/testdata
Matthias Koefferlein 99f111fe01 Attempt to achieve reproducibility between MSVC and gcc
Applies to dbHierProcessor.cc:

The issue was related to std::unordered_set/map which
(as the name says) is not ordered. The output of the
boolean core computation step is currently dependent
on the order (it's single pass), hence the order of
the contexts matters.

Using ordered sets where possible and explicit
sorting might help.
2019-02-02 22:43:42 +01:00
..
algo Attempt to achieve reproducibility between MSVC and gcc 2019-02-02 22:43:42 +01:00
bd Updated golden data for strm2txt 2018-09-10 07:12:25 +02:00
bool Updated slow EdgeProcessor unit test golden data. 2018-07-23 19:51:47 +02:00
cif Fixed CIF reader unit test (wrong file name) 2017-12-27 21:40:15 +01:00
drc DRC test suite Ruby 1.8 compatibility. 2018-05-02 00:51:47 +02:00
dxf Fixed #198 (DXF contour stitching renders fuzzy polygons) 2018-11-22 22:19:46 +01:00
gds Added testcase for #166. 2018-09-17 01:51:23 +02:00
gds2_txt Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
klayout_main Updated copyright. 2019-01-08 01:09:25 +01:00
lefdef/issue-172 Merge remote-tracking branch 'remotes/origin/master' into pymod 2018-09-26 21:15:08 +02:00
net_tracer Added missing test files for net tracer. 2017-02-12 16:12:24 +01:00
oasis OASIS tests made robust against hash implementation 2018-09-10 01:16:49 +02:00
other Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
pymod Updated copyright. 2019-01-08 01:09:25 +01:00
python Avoid an issue with virtual functions 2019-01-31 01:07:15 +01:00
ruby Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
vendor/ruby/test RBA Unit test enhancements 2017-07-23 23:03:21 +02:00