Skip to content

Commit

Permalink
test: deflake watch mode tests
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#44621
Backport-PR-URL: nodejs/node#44976
Fixes: nodejs/node#44655
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
MoLow authored and guangwong committed Jan 3, 2023
1 parent f9e84ab commit 6636478
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 254 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/watch-mode/event_loop_blocked.js
@@ -0,0 +1,4 @@
console.log('running');
Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0);
console.log('don\'t show me');

17 changes: 0 additions & 17 deletions test/fixtures/watch-mode/graceful-sigterm.js

This file was deleted.

2 changes: 0 additions & 2 deletions test/fixtures/watch-mode/infinite-loop.js

This file was deleted.

235 changes: 0 additions & 235 deletions test/parallel/test-watch-mode.mjs

This file was deleted.

0 comments on commit 6636478

Please sign in to comment.