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

Commit

Permalink
test: remove non existing tests from .status files
Browse files Browse the repository at this point in the history
Remove mentions to tests that no longer exist from .status files.

PR-URL: #436
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Jack Horton <jahorto@microsoft.com>
  • Loading branch information
jaimecbernardo authored and joaocgreis committed Dec 6, 2017
1 parent a7d03f2 commit b5c739d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion test/es-module/es-module.status
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ prefix es-module
[true] # This section applies to all platforms

[$jsEngine==chakracore]
test-esm-addon : PASS,FLAKY
test-esm-basic-imports : PASS,FLAKY
test-esm-double-encoding : PASS,FLAKY
test-esm-encoded-path : PASS,FLAKY
Expand Down
4 changes: 0 additions & 4 deletions test/known_issues/known_issues.status
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ test-cluster-disconnect-handles: SKIP
[$system==aix]

[$jsEngine==chakracore]
test-vm-attributes-property-not-on-sandbox : PASS,FLAKY
test-vm-data-property-writable : PASS,FLAKY
test-vm-inherited_properties : PASS,FLAKY
test-vm-strict-mode : PASS,FLAKY
1 change: 0 additions & 1 deletion test/message/message.status
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ prefix message

[$jsEngine==chakracore]
console_low_stack_space : PASS,FLAKY
stack_overflow_async : PASS,FLAKY
unhandled_promise_trace_warnings : PASS,FLAKY
4 changes: 0 additions & 4 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ test-async-hooks-enable-during-promise : PASS,FLAKY
test-async-hooks-promise : PASS,FLAKY
test-async-hooks-promise-enable-disable : PASS,FLAKY
test-async-hooks-promise-triggerid : PASS,FLAKY
test-async-wrap-getasyncid : PASS,FLAKY
test-async-wrap-promise-after-enabled : PASS,FLAKY
test-buffer-bindingobj-no-zerofill : PASS,FLAKY
test-buffer-sharedarraybuffer : PASS,FLAKY
test-child-process-promisified : PASS,FLAKY
test-cluster-inspector-debug-port : PASS,FLAKY
test-crypto-dh : PASS,FLAKY
test-crypto-dh-leak : PASS,FLAKY
test-debugger-repeat-last : PASS,FLAKY
test-domain-abort-on-uncaught : PASS,FLAKY
test-domain-no-error-handler-abort-on-uncaught-0 : PASS,FLAKY
test-domain-no-error-handler-abort-on-uncaught-1 : PASS,FLAKY
Expand All @@ -57,7 +54,6 @@ test-http2-client-promisify-connect : PASS,FLAKY
test-http2-server-rst-stream : PASS,FLAKY
test-inspect-async-hook-setup-at-inspect : PASS,FLAKY
test-intl : PASS,FLAKY
test-intl-no-icu-data : PASS,FLAKY
test-memory-usage : PASS,FLAKY
test-module-main-extension-lookup : PASS,FLAKY
test-performance-function : PASS,FLAKY
Expand Down

0 comments on commit b5c739d

Please sign in to comment.