Skip to content

Commit abd8afb

Browse files
committed
update/rspack-manifest-1765436637057
1 parent 8d3cbec commit abd8afb

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9635,6 +9635,13 @@
96359635
"flakey": [],
96369636
"runtimeError": false
96379637
},
9638+
"test/e2e/next-analyze/next-analyze.test.ts": {
9639+
"passed": ["next experimental-analyze skips in non-Turbopack tests"],
9640+
"failed": [],
9641+
"pending": [],
9642+
"flakey": [],
9643+
"runtimeError": false
9644+
},
96389645
"test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts": {
96399646
"passed": [
96409647
"next-config-warnings - esm-externals-false should contain esmExternals feature usage in telemetry",
@@ -21057,9 +21064,15 @@
2105721064
},
2105821065
"test/production/debug-build-path/debug-build-paths.test.ts": {
2105921066
"passed": [
21067+
"debug-build-paths explicit path formats should build dynamic route with literal [slug] path",
2106021068
"debug-build-paths explicit path formats should build multiple pages routes",
2106121069
"debug-build-paths explicit path formats should build single page with pages/ prefix",
21062-
"debug-build-paths glob pattern matching should match app and pages routes with glob patterns"
21070+
"debug-build-paths glob pattern matching should match app and pages routes with glob patterns",
21071+
"debug-build-paths glob pattern matching should match hybrid pattern with literal [slug] and glob **",
21072+
"debug-build-paths glob pattern matching should match multiple app routes with explicit patterns",
21073+
"debug-build-paths glob pattern matching should match nested routes with app/blog/**/page.tsx pattern",
21074+
"debug-build-paths typechecking with debug-build-paths should fail typechecking when route with type error is included",
21075+
"debug-build-paths typechecking with debug-build-paths should skip typechecking for excluded app routes"
2106321076
],
2106421077
"failed": [],
2106521078
"pending": [],
@@ -21115,8 +21128,19 @@
2111521128
"flakey": [],
2111621129
"runtimeError": false
2111721130
},
21118-
"test/production/deterministic-build/index.test.ts": {
21119-
"passed": ["deterministic build should have same md5 file across build"],
21131+
"test/production/deterministic-build/deployment-id.test.ts": {
21132+
"passed": [],
21133+
"failed": [],
21134+
"pending": [
21135+
"deterministic build - changing deployment id should produce identical build outputs even when changing deployment id"
21136+
],
21137+
"flakey": [],
21138+
"runtimeError": false
21139+
},
21140+
"test/production/deterministic-build/no-change.test.ts": {
21141+
"passed": [
21142+
"deterministic build - no-change build should have same md5 file across build"
21143+
],
2112021144
"failed": [],
2112121145
"pending": [],
2112221146
"flakey": [],

0 commit comments

Comments
 (0)