Files
OpenLane/tests
Mohamed Gaber b1cf21ab16 Rework Tcl String Escaping (#1782)
+ `scripts/config/tcl.py:escape_quoted_string` escapes strings for placement inside quotes for Tcl
~ Generated Tcl files now use quotes instead of {} for strings, using above
~ `Tcl.py` no longer ruins variables via overzealous escaping
~ `set_log` renamed to `set_and_log`, stupid arguments removed
~ `save_state` rewritten to rely on initial copy of `::env` array instead of spaghetti mess
~ Make 1506 test more comprehensive
2023-05-02 13:39:56 +03:00
..
2023-03-21 13:58:58 +02:00
2022-11-01 19:09:25 +02:00
2023-05-02 13:39:56 +03:00
2022-03-07 13:22:48 +02:00
2022-03-07 13:22:48 +02:00

Regression Tests

These are test suites for very specific issues, named by issue.

Acknowledgement

The issue regression test suite was created by @armleo.