test: mitigate flaky test-debug-no-context
authorRich Trott <rtrott@gmail.com>
Wed, 17 Feb 2016 03:59:56 +0000 (19:59 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit1ed55b835e8024516b8903ea11b306db46bc5c61
tree028ed7e38388468690879c89e52af9956418845d
parentd9bf6e0b795a888d2d5ed6a225b7c8a9667221a1
test: mitigate flaky test-debug-no-context

Change test so that it passes on the occasional win10 access violation.

The workaround here can be undone when issue 5268 is resolved.

The test still detects the defect it was written to detect. There are
two assertions that detect the defect and only one was disabled.

Ref: https://github.com/nodejs/node/issues/5268
Fixes: https://github.com/nodejs/node/issues/4343
PR-URL: https://github.com/nodejs/node/pull/5269
Reviewed-By: James M Snell <jasnell@gmail.com>
test/parallel/test-debug-no-context.js