EventRacer
EventRacer copied to clipboard
A race detection tool for event driven applications.
**Actual**: EventRacer does not report a race for the following simple example _if_`a.js` loads before `b.js`. **Expected**: A race on `window.status` is issued. **index.html**: ``` Loading window.status = 'Loading'; ```...
**Actual**: EventRacer does not report a race for the following simple example (similar to the example in Figure 4 in the WebRacer paper) _if_ `img.png` loads before `a.js`. **Expected**: A...
Looks great: I would love to make use of this tool. I look forward to spending some time with it. I think a use case would be: > When I...