Skip to content

Commit 3defc1a

Browse files
authored
Reorder the browser tests in Chrome (#18426)
Results are uploaded after this step, and only the last results are uploaded because earlier ones are overwritten (this also seems to be the case when specifying multiple tests com the test/runner command line). It didn't seem worthwhile to add multiple test and upload steps because there are only a few tests in emrun and posixtest.browser currently.
1 parent 6cc88d9 commit 3defc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ commands:
279279
# that are not included by "./embuilder build ALL". For example the
280280
# PIC version of libSDL which is used by test_sdl2_misc_main_module
281281
export EM_FROZEN_CACHE=""
282-
# skip test_zzz_zzz_4gb_fail as it OOMs on the current bot
283-
test/runner browser posixtest_browser.test_pthread_create_1_1 skip:browser.test_zzz_zzz_4gb_fail
284282
test/runner emrun
283+
# skip test_zzz_zzz_4gb_fail as it OOMs on the current bot
284+
test/runner posixtest_browser.test_pthread_create_1_1 browser skip:browser.test_zzz_zzz_4gb_fail
285285
- upload-test-results
286286
test-sockets-chrome:
287287
description: "Runs emscripten sockets tests under chrome"

0 commit comments

Comments
 (0)