WDYT about such a test? Trying to add test coverage for some "potentially interesting" race situations.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
+machenbach@ to double-check what I'm doing at mjsunit.status and testrunner. Thank you!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
"--no-jitless",This is not wrong... I was hoping though that the no-versions of the flags listed in each variant would be incompatible by default. Guess they are not... but we could change that to avoid also listing those...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This is not wrong... I was hoping though that the no-versions of the flags listed in each variant would be incompatible by default. Guess they are not... but we could change that to avoid also listing those...
Ack - Yeah I was wondering about this, but it seemed that people tend to just skip particular tests instead.
OK, let me give it a try for a generic no-version handling in a follow-up CL! Thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
10 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[test] Add syncpoint test for externalization during JIT
Add a synchronization point based test to verify the scenario when a
string gets externalized concurrently with a background JIT logic trying
to use it in a concatenation.
Verified triggers a TSan report if the string access guard is
temporarily commented out.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |