Skip to content

Commit 23c2cfe

Browse files
authored
Split js library tests out of test_other.py into their own file. NFC (emscripten-core#25603)
The `test_other.py` is over 15,000 lines long so its to to carve out larger subsections where possible. The tests themselves are all unmodified aside from one that was referring to filenames that got moved.
1 parent cf323dc commit 23c2cfe

9 files changed

+680
-659
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2.1
22

3+
34
orbs:
45
win: circleci/[email protected]
56

@@ -1057,7 +1058,7 @@ jobs:
10571058
- run-tests-linux:
10581059
# some native-dependent tests fail because of the lack of native
10591060
# headers on emsdk-bundled clang
1060-
test_targets: "other skip:other.test_native_link_error_message"
1061+
test_targets: "other jslib skip:other.test_native_link_error_message"
10611062
test-browser-chrome:
10621063
executor: focal
10631064
environment:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)