Skip to content

Commit

Permalink
test: enable cases/context/issue-10969 (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk authored Jul 4, 2024
1 parent 06b47ef commit adc4d4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/webpack-test/cases/context/issue-10969/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ it("should replace ! with %21 in the module id string of the context module", fu
).id;
if (typeof moduleId !== "number")
expect(moduleId).toBe(
"./context/issue-10969/folder lazy recursive ^(?%21file1\\.js$).*$/"
"./context/issue-10969/folder lazy recursive ^(?%21file1\\.js$).*$i"
);
});
4 changes: 0 additions & 4 deletions tests/webpack-test/cases/context/issue-10969/test.filter.js

This file was deleted.

2 comments on commit adc4d4c

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
nx ✅ success
rspress ✅ success
rsbuild ❌ failure
compat ✅ success
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Benchmark detail: Open

Name Base (2024-07-04 b05f523) Current Change
10000_development-mode + exec 2.14 s ± 20 ms 2.15 s ± 24 ms +0.55 %
10000_development-mode_hmr + exec 689 ms ± 5.8 ms 692 ms ± 2.4 ms +0.38 %
10000_production-mode + exec 2.76 s ± 25 ms 2.76 s ± 18 ms -0.23 %
arco-pro_development-mode + exec 1.89 s ± 57 ms 1.88 s ± 60 ms -0.74 %
arco-pro_development-mode_hmr + exec 432 ms ± 2 ms 435 ms ± 1.8 ms +0.56 %
arco-pro_production-mode + exec 3.48 s ± 84 ms 3.41 s ± 86 ms -1.91 %
threejs_development-mode_10x + exec 1.6 s ± 15 ms 1.58 s ± 18 ms -1.15 %
threejs_development-mode_10x_hmr + exec 820 ms ± 8.5 ms 796 ms ± 4.6 ms -3.01 %
threejs_production-mode_10x + exec 5.58 s ± 47 ms 5.6 s ± 38 ms +0.22 %

Please sign in to comment.