Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,8 @@ jobs:
core_2gb.test_*embind*
core_2gb.test_fs_js_api_wasmfs
wasm64.test_safe_stack
wasm64.test_promise_await*
wasm64.test_pthread_join_and_asyncify
wasm64l.test_hello_world
wasm64l.test_bigswitch
wasm64l.test_module_wasm_memory
Expand Down Expand Up @@ -1081,7 +1083,6 @@ jobs:
other.test_min_node_version
other.test_node_emscripten_num_logical_cores
other.test_js_base64_api
other.test_closure_webgpu_wasm64
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is covered by other.*_wasm64 above

core2.test_hello_world
core2.test_pthread_create
core2.test_i64_invoke_bigint
Expand All @@ -1097,8 +1098,6 @@ jobs:
core0.test_pthread_wait_suspending*
core0.test_poll_blocking_asyncify_jspi
core0.test_promise_await*
wasm64.test_promise_await*
wasm64.test_pthread_join_and_asyncify
"
- upload-test-results
test-other:
Expand Down
Loading