Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: mark flaky test, fix common decl
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Oct 16, 2017
1 parent b836bfc commit 70b46cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/addons/addon.status
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ prefix addons

[$jsEngine==chakracore]
async-hooks-promise/test : PASS,FLAKY
hello-world-esm/test : PASS,FLAKY
new-target/test : PASS,FLAKY
callback-scope/test : PASS,FLAKY
callback-scope/test-resolve-async : PASS,FLAKY
2 changes: 1 addition & 1 deletion test/sequential/test-process-warnings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

require('../common');
const common = require('../common');
const fixtures = require('../common/fixtures');
const assert = require('assert');
const execFile = require('child_process').execFile;
Expand Down
2 changes: 1 addition & 1 deletion test/sequential/test-regress-GH-4015.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.

'use strict';
require('../common');
const common = require('../common');
const { fixturesDir } = require('../common/fixtures');
const assert = require('assert');
const { exec } = require('child_process');
Expand Down

0 comments on commit 70b46cb

Please sign in to comment.