Skip to content

Commit d89a7a0

Browse files
Update Rspack production test manifest (#86369)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 8c27110 commit d89a7a0

File tree

1 file changed

+46
-26
lines changed

1 file changed

+46
-26
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 46 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -854,10 +854,10 @@
854854
"app dir - prefetching (custom staleTime) should not fetch again when a static page was prefetched when navigating to it twice",
855855
"app dir - prefetching (custom staleTime) should renew the stale time after refetching expired RSC data"
856856
],
857-
"failed": [
857+
"failed": [],
858+
"pending": [
858859
"app dir - prefetching (custom staleTime) should not re-fetch cached data when navigating back to a route group"
859860
],
860-
"pending": [],
861861
"flakey": [],
862862
"runtimeError": false
863863
},
@@ -882,11 +882,10 @@
882882
"app dir - prefetching should not prefetch for a bot user agent",
883883
"app dir - prefetching should not re-render error component when triggering a prefetch action",
884884
"app dir - prefetching should not unintentionally modify the requested prefetch by escaping the uri encoded query params",
885-
"app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment"
886-
],
887-
"failed": [
885+
"app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment",
888886
"app dir - prefetching should show layout eagerly when prefetched with loading one level down"
889887
],
888+
"failed": [],
890889
"pending": [
891890
"app dir - prefetching should not suppress prefetches after navigating back"
892891
],
@@ -2927,6 +2926,15 @@
29272926
"flakey": [],
29282927
"runtimeError": false
29292928
},
2929+
"test/e2e/app-dir/fetch-abort-on-refresh/fetch-abort-on-refresh.test.ts": {
2930+
"passed": [],
2931+
"failed": [],
2932+
"pending": [
2933+
"fetch-abort-on-refresh should not show abort error in global error boundary when restoring from bfcache"
2934+
],
2935+
"flakey": [],
2936+
"runtimeError": false
2937+
},
29302938
"test/e2e/app-dir/forbidden/basic/forbidden-basic.test.ts": {
29312939
"passed": [
29322940
"app dir - forbidden with customized boundary should escalate forbidden to parent layout if no forbidden boundary present in current layer",
@@ -5831,6 +5839,16 @@
58315839
"flakey": [],
58325840
"runtimeError": false
58335841
},
5842+
"test/e2e/app-dir/proxy-nfc-traced/proxy-nfc-traced.test.ts": {
5843+
"passed": [
5844+
"proxy-nfc-traced should have renamed trace file as middleware instead of proxy",
5845+
"proxy-nfc-traced should successfully build and be redirected from proxy"
5846+
],
5847+
"failed": [],
5848+
"pending": [],
5849+
"flakey": [],
5850+
"runtimeError": false
5851+
},
58345852
"test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts": {
58355853
"passed": [
58365854
"proxy-runtime-nodejs should use nodejs runtime for proxy by default"
@@ -6830,42 +6848,43 @@
68306848
},
68316849
"test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": {
68326850
"passed": [
6833-
"runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")",
6834-
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
68356851
"runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime",
68366852
"runtime prefetching cache stale time handling omits private caches with a short enough staleTime",
68376853
"runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime",
68386854
"runtime prefetching can completely prefetch a page that is fully static",
6839-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache",
68406855
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache",
68416856
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()",
68426857
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting dynamic params",
6843-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()",
6844-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams",
68456858
"runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content",
68466859
"runtime prefetching in a page can completely prefetch a page that uses cookies and no uncached IO",
6847-
"runtime prefetching in a page includes cookies, but not dynamic content",
6848-
"runtime prefetching in a page includes dynamic params, but not dynamic content",
68496860
"runtime prefetching in a page includes headers, but not dynamic content",
6850-
"runtime prefetching in a page includes root params, but not dynamic content",
6851-
"runtime prefetching in a page includes search params, but not dynamic content",
68526861
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO",
68536862
"runtime prefetching in a private cache includes cookies, but not dynamic content",
68546863
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
68556864
"runtime prefetching in a private cache includes headers, but not dynamic content",
68566865
"runtime prefetching in a private cache includes root params, but not dynamic content",
6857-
"runtime prefetching in a private cache includes search params, but not dynamic content",
68586866
"runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
6859-
"runtime prefetching passed to a public cache includes cookies, but not dynamic content",
68606867
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
68616868
"runtime prefetching passed to a public cache includes headers, but not dynamic content",
6869+
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
6870+
"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"
6871+
],
6872+
"failed": [
6873+
"runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")",
6874+
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
6875+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache",
6876+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()",
6877+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams",
6878+
"runtime prefetching in a page includes cookies, but not dynamic content",
6879+
"runtime prefetching in a page includes dynamic params, but not dynamic content",
6880+
"runtime prefetching in a page includes root params, but not dynamic content",
6881+
"runtime prefetching in a page includes search params, but not dynamic content",
6882+
"runtime prefetching in a private cache includes search params, but not dynamic content",
6883+
"runtime prefetching passed to a public cache includes cookies, but not dynamic content",
68626884
"runtime prefetching passed to a public cache includes root params, but not dynamic content",
68636885
"runtime prefetching passed to a public cache includes search params, but not dynamic content",
6864-
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
6865-
"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",
68666886
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
68676887
],
6868-
"failed": [],
68696888
"pending": [],
68706889
"flakey": [],
68716890
"runtimeError": false
@@ -6895,15 +6914,14 @@
68956914
},
68966915
"test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts": {
68976916
"passed": [
6917+
"segment cache (revalidation) call router.prefetch(..., {onInvalidate}) after cache is revalidated",
6918+
"segment cache (revalidation) delay re-prefetch after revalidation to allow CDN propagation",
68986919
"segment cache (revalidation) evict client cache when Server Action calls revalidatePath",
6920+
"segment cache (revalidation) evict client cache when Server Action calls revalidateTag",
68996921
"segment cache (revalidation) re-fetch visible links after a navigation, if needed",
69006922
"segment cache (revalidation) refetch visible Form components after cache is revalidated"
69016923
],
6902-
"failed": [
6903-
"segment cache (revalidation) call router.prefetch(..., {onInvalidate}) after cache is revalidated",
6904-
"segment cache (revalidation) delay re-prefetch after revalidation to allow CDN propagation",
6905-
"segment cache (revalidation) evict client cache when Server Action calls revalidateTag"
6906-
],
6924+
"failed": [],
69076925
"pending": [],
69086926
"flakey": [],
69096927
"runtimeError": false
@@ -7514,7 +7532,8 @@
75147532
"use-cache usage in node_modules should cache results when using a directive without a handler",
75157533
"use-cache works with \"use cache\" in method props",
75167534
"use-cache works with \"use cache\" in static class methods",
7517-
"use-cache works with useActionState if previousState parameter is not used in \"use cache\" function"
7535+
"use-cache works with useActionState if previousState parameter is not used in \"use cache\" function",
7536+
"use-cache works with useActionState if previousState parameter is not used in \"use cache\" function (separate export)"
75187537
],
75197538
"failed": [],
75207539
"pending": [],
@@ -7944,7 +7963,8 @@
79447963
},
79457964
"test/e2e/chrome-devtools-workspace/chrome-devtools-workspace.test.ts": {
79467965
"passed": [
7947-
"chrome-devtools-workspace default should be able to connect to Chrome DevTools in dev"
7966+
"chrome-devtools-workspace default should be able to connect to Chrome DevTools in dev",
7967+
"chrome-devtools-workspace proxy should be able to connect to Chrome DevTools in dev"
79487968
],
79497969
"failed": [],
79507970
"pending": [],

0 commit comments

Comments
 (0)