• machenbach's avatar
    [test] Make test duplication more robust · 04bda550
    machenbach authored
    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}
    04bda550
Name
Last commit
Last update
..
__init__.py Loading commit data...
context.py Loading commit data...
output.py Loading commit data...
peer.py Loading commit data...
testcase.py Loading commit data...
workpacket.py Loading commit data...