v8/tools/testrunner/objects
machenbach 04bda550c2 [test] Make test duplication more robust
This makes test outcomes immutable. This has two benefits:
1) It's more robust. Using the |= operator by mistake
wouldn't lead to unwanted mutation.
2) It's faster as now the set reference can be copied again
when copying test cases. Test case copying happens an order
of magnitude more often than rules do apply.

BUG=v8:5238

Review-Url: https://codereview.chromium.org/2212333002
Cr-Commit-Position: refs/heads/master@{#38373}
2016-08-05 11:51:33 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
context.py [coverage] Enable sanitizer coverage. 2016-03-08 10:48:35 +00:00
output.py [coverage] Enable sanitizer coverage. 2016-03-08 10:48:35 +00:00
peer.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
testcase.py [test] Make test duplication more robust 2016-08-05 11:51:33 +00:00
workpacket.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00