| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 842f936 commit 570bef1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,10 +4,6 @@ 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 | - | ||
| 11 | 7 | // Test in a child process because the test code will trigger a fatal error | |
| 12 | 8 | // that crashes the process. | |
| 13 | 9 | if (process.argv[2] === 'child') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments