Skip to content

Commit cc11129

Browse files
committed
test: enable TLA split-sync-modules tests that were previously skipped
Remove test.filter.js from split-sync-modules-{1,2,3} tests that were skipped with "cycle caused by available modules". These tests exercise the exact circular dependency scenario that extract_tla_shared_modules now fixes. Add warnings.js to expect the TLA circular dependency warning that is emitted when shared modules are extracted.
1 parent 79e6c4a commit cc11129

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/rspack-test/esmOutputCases/top-level-await/split-sync-modules-1/test.filter.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = [/Top-level await with shared modules caused a circular dependency/];

tests/rspack-test/esmOutputCases/top-level-await/split-sync-modules-2/test.filter.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = [/Top-level await with shared modules caused a circular dependency/];

tests/rspack-test/esmOutputCases/top-level-await/split-sync-modules-3/test.filter.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = [/Top-level await with shared modules caused a circular dependency/];

0 commit comments

Comments
 (0)