Skip to content

Commit 9ebd335

Browse files
Update Rspack production test manifest (#89003)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 905e905 commit 9ebd335

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7113,7 +7113,6 @@
71137113
"runtime prefetching in a page includes headers, but not dynamic content",
71147114
"runtime prefetching in a page includes root params, but not dynamic content",
71157115
"runtime prefetching in a page includes search params, but not dynamic content",
7116-
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO",
71177116
"runtime prefetching in a private cache includes cookies, but not dynamic content",
71187117
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
71197118
"runtime prefetching in a private cache includes headers, but not dynamic content",
@@ -7129,7 +7128,9 @@
71297128
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
71307129
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
71317130
],
7132-
"failed": [],
7131+
"failed": [
7132+
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO"
7133+
],
71337134
"pending": [],
71347135
"flakey": [],
71357136
"runtimeError": false
@@ -8384,21 +8385,6 @@
83848385
"flakey": [],
83858386
"runtimeError": false
83868387
},
8387-
"test/e2e/deployment-id-function/deployment-id-function.test.ts": {
8388-
"passed": [
8389-
"deploymentId function support should throw error when deploymentId exceeds 32 characters",
8390-
"deploymentId function support should throw error when deploymentId function returns non-string",
8391-
"deploymentId function support should throw error when deploymentId function returns string exceeding 32 characters",
8392-
"deploymentId function support should work with deploymentId as a function returning string",
8393-
"deploymentId function support should work with deploymentId as a string",
8394-
"deploymentId function support should work with deploymentId function using environment variable",
8395-
"deploymentId function support should work with useSkewCookie and deploymentId function"
8396-
],
8397-
"failed": [],
8398-
"pending": [],
8399-
"flakey": [],
8400-
"runtimeError": false
8401-
},
84028388
"test/e2e/deprecation-warnings/deprecation-warnings.test.ts": {
84038389
"passed": [
84048390
"deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options",
@@ -11052,6 +11038,27 @@
1105211038
"flakey": [],
1105311039
"runtimeError": false
1105411040
},
11041+
"test/e2e/url-deployment-id/url-deployment-id.test.ts": {
11042+
"passed": [],
11043+
"failed": [],
11044+
"pending": [
11045+
"URL asset references with deploymentId API route should return import src with dpl query",
11046+
"URL asset references with deploymentId API route should return new URL with dpl query",
11047+
"URL asset references with deploymentId dynamic RSC page (headers) should include dpl query in dynamic RSC page",
11048+
"URL asset references with deploymentId dynamic RSC page (headers) should include dpl query in new URL pattern",
11049+
"URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query after hydration",
11050+
"URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query in dynamic client page",
11051+
"URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query in new URL pattern",
11052+
"URL asset references with deploymentId import src attribute should include dpl query in RSC page",
11053+
"URL asset references with deploymentId import src attribute should include dpl query in client page",
11054+
"URL asset references with deploymentId import src attribute should include dpl query in client page (after hydration)",
11055+
"URL asset references with deploymentId new URL() pattern should include dpl query in RSC page",
11056+
"URL asset references with deploymentId new URL() pattern should include dpl query in client page",
11057+
"URL asset references with deploymentId new URL() pattern should include dpl query in client page (after hydration)"
11058+
],
11059+
"flakey": [],
11060+
"runtimeError": false
11061+
},
1105511062
"test/e2e/url-imports/url-imports.test.ts": {
1105611063
"passed": [
1105711064
"Handle url imports should allow url import in css",
@@ -20115,7 +20122,6 @@
2011520122
"config telemetry production mode emits telemetry for default React Compiler options",
2011620123
"config telemetry production mode emits telemetry for enabled React Compiler",
2011720124
"config telemetry production mode emits telemetry for filesystem cache in build mode",
20118-
"config telemetry production mode emits telemetry for filesystem cache in dev mode",
2011920125
"config telemetry production mode emits telemetry for isolatedDevBuild disabled",
2012020126
"config telemetry production mode emits telemetry for isolatedDevBuild enabled by default",
2012120127
"config telemetry production mode emits telemetry for middleware related options",
@@ -20130,7 +20136,9 @@
2013020136
"config telemetry production mode emits telemetry for usage of swc plugins",
2013120137
"config telemetry production mode emits telemetry for useCache directive"
2013220138
],
20133-
"failed": [],
20139+
"failed": [
20140+
"config telemetry production mode emits telemetry for filesystem cache in dev mode"
20141+
],
2013420142
"pending": [],
2013520143
"flakey": [],
2013620144
"runtimeError": false

0 commit comments

Comments
 (0)