Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor adjustment to the test suite setup file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
9b7ff9c17a6134cfb27523b9e1b40547 |
User & Date: | mistachkin 2019-10-27 17:26:14.417 |
Context
2019-10-27
| ||
17:36 | Remove extra build steps for building the .NET Standard 2.x binaries as they are included in the primary build process. check-in: 4e9a013cb0 user: mistachkin tags: preRelease | |
17:26 | Minor adjustment to the test suite setup file. check-in: 9b7ff9c17a user: mistachkin tags: preRelease | |
16:24 | Fix an instance of leaking the 'previous pid' in a test file. check-in: 24d17721c5 user: mistachkin tags: preRelease | |
Changes
Changes to Externals/Eagle/lib/Eagle1.0/vendor.eagle.
︙ | ︙ | |||
528 529 530 531 532 533 534 535 536 537 538 539 540 541 | # HACK: Prevent the Eagle core test suite infrastructure from checking # test constraints that are time-consuming and/or most likely to # be superfluous to third-party test suites (i.e. those that are # not testing the Eagle core library itself). # set no(core) 1 # # HACK: Prevent the Eagle core test suite infrastructure from checking # for a usable instance of Excel because it can be quite slow to # do so. # set no(excelUsable) 1 | > > > > > > > | 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 | # HACK: Prevent the Eagle core test suite infrastructure from checking # test constraints that are time-consuming and/or most likely to # be superfluous to third-party test suites (i.e. those that are # not testing the Eagle core library itself). # set no(core) 1 # # HACK: The custom test prologue already shows the final list of test # constraints; there is no need to repeat them. # set no(showActiveConstraints) 1 set no(showCachedConstraints) 1 # # HACK: Prevent the Eagle core test suite infrastructure from checking # for a usable instance of Excel because it can be quite slow to # do so. # set no(excelUsable) 1 |
︙ | ︙ |