| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0f65e41 commit 9ba5518
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,10 @@ const assert = require('assert'); | |||
| 4 | 4 | const child_process = require('child_process'); | |
| 5 | 5 | const test_fatal = require(`./build/${common.buildType}/test_fatal`); | |
| 6 | 6 | ||
| 7 | + if (common.buildType === 'Debug') | ||
| 8 | + common.skip('as this will currently fail with a Debug check ' + | ||
| 9 | + 'in v8::Isolate::GetCurrent()'); | ||
| 10 | + | ||
| 7 | 11 | // Test in a child process because the test code will trigger a fatal error | |
| 8 | 12 | // that crashes the process. | |
| 9 | 13 | if (process.argv[2] === 'child') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments