diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status index ed6a782b903..3901398d53a 100644 --- a/test/inspector/inspector.status +++ b/test/inspector/inspector.status @@ -7,3 +7,6 @@ prefix inspector [true] # This section applies to all platforms [$system==win32] + +[$jsEngine==chakracore] +test-bindings : PASS,FLAKY \ No newline at end of file diff --git a/test/message/vm_display_runtime_error.chakracore.out b/test/message/vm_display_runtime_error.chakracore.out index 4413b1d59ba..01231a1e218 100644 --- a/test/message/vm_display_runtime_error.chakracore.out +++ b/test/message/vm_display_runtime_error.chakracore.out @@ -1,5 +1,16 @@ beginning Error: boo! + at Global code (test.vm:*) + at Script.prototype.runInThisContext (vm.js:*:*) + at runInThisContext (vm.js:*) + at Anonymous function (*test*message*vm_display_runtime_error.js:*) + at Module.prototype._compile (module.js:*) + at Module._extensions[.js] (module.js:*) + at Module.prototype.load (module.js:*) + at tryModuleLoad (module.js:*) + at Module._load (module.js:*) + at Module.runMain (module.js:*) +Error: spooky! at Global code (test.vm:*) at Script.prototype.runInThisContext (vm.js:*:*) at runInThisContext (vm.js:*) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0a96f648d58..8a7024b6408 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -61,6 +61,7 @@ test-promises-warning-on-unhandled-rejection : PASS,FLAKY test-regress-GH-12371 : PASS,FLAKY test-repl : PASS,FLAKY test-repl-mode : PASS,FLAKY +test-repl-sigint : PASS,FLAKY test-repl-tab-complete : PASS,FLAKY test-string-decoder : PASS,FLAKY test-timers-promisified : PASS,FLAKY @@ -80,6 +81,8 @@ test-vm-global-identity : PASS,FLAKY test-vm-low-stack-space : PASS,FLAKY test-vm-preserves-property : PASS,FLAKY test-vm-property-not-on-sandbox : PASS,FLAKY +test-vm-sigint : PASS,FLAKY +test-vm-sigint-existing-handler : PASS,FLAKY test-vm-strict-mode : PASS,FLAKY test-vm-timeout : PASS,FLAKY test-zlib-convenience-methods : PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index a07128d91f3..8a23a0fd93a 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -19,6 +19,7 @@ prefix sequential [$system==aix] [$jsEngine==chakracore] +test-vm-timeout-rethrow : PASS,FLAKY [$jsEngine==chakracore && $system==linux] test-child-process-pass-fd : PASS,FLAKY