Description[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
Committed: https://crrev.com/04bda550c26e10624db016e8362849044d771483
Cr-Commit-Position: refs/heads/master@{#38373}
Patch Set 1 #
Messages
Total messages: 16 (10 generated)
|