Skip to content

Commit

Permalink
test: skip GC behavior test
Browse files Browse the repository at this point in the history
This test depends on precise GC behavior which isn't reliable using a
conservative GC.

PR-URL: nodejs#599
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
  • Loading branch information
kfarnung committed Sep 18, 2018
1 parent 3f6ef13 commit 20e8a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ test-env-newprotomethod-remove-unnecessary-prototypes : SKIP
test-buffer-sharedarraybuffer : SKIP
test-assert-typedarray-deepequal : SKIP

# Depends on precise GC behavior
test-zlib-invalid-input-memory : SKIP

[$jsEngine==chakracore && $system==win32]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-module-loading-globalpaths : SKIP
Expand Down

0 comments on commit 20e8a3b

Please sign in to comment.