Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 20 additions & 13 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,21 +571,29 @@
"cache-components-dev-warmup - with runtime prefetch configs initial load cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - with runtime prefetch configs initial load cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - with runtime prefetch configs initial load request APIs resolve in the correct phase",
"cache-components-dev-warmup - with runtime prefetch configs initial load sync IO in the runtime phase",
"cache-components-dev-warmup - with runtime prefetch configs initial load sync IO in the static phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - with runtime prefetch configs navigation cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - with runtime prefetch configs navigation request APIs resolve in the correct phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation sync IO in the runtime phase",
"cache-components-dev-warmup - with runtime prefetch configs navigation sync IO in the static phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - without runtime prefetch configs initial load cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - without runtime prefetch configs initial load request APIs resolve in the correct phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load sync IO in the runtime phase",
"cache-components-dev-warmup - without runtime prefetch configs initial load sync IO in the static phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cache reads that reveal more components with more caches",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + cached fetch",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + private cache",
"cache-components-dev-warmup - without runtime prefetch configs navigation cached data resolves in the correct phase cached data + short-lived cached data",
"cache-components-dev-warmup - without runtime prefetch configs navigation request APIs resolve in the correct phase"
"cache-components-dev-warmup - without runtime prefetch configs navigation request APIs resolve in the correct phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation sync IO in the runtime phase",
"cache-components-dev-warmup - without runtime prefetch configs navigation sync IO in the static phase"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1172,14 +1180,13 @@
},
"test/development/app-hmr/hmr.test.ts": {
"passed": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
"app-dir-hmr filesystem changes should have no unexpected action error for hmr",
"app-dir-hmr filesystem changes should not break when renaming a folder",
"app-dir-hmr filesystem changes should not continously poll when hitting a not found page",
"app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime"
],
"failed": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -3850,7 +3857,7 @@
"app dir - basic searchParams prop server component should have the correct search params",
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
"app dir - basic server components Loading should render loading.js in browser for slow layout",
"app dir - basic server components Loading should render loading.js in browser for slow layout and page",
"app dir - basic server components Loading should render loading.js in browser for slow page",
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
Expand Down Expand Up @@ -3909,7 +3916,7 @@
],
"failed": [
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
"app dir - basic server components Loading should render loading.js in browser for slow layout"
],
"pending": [
"app dir - basic HMR should HMR correctly when changing the component type",
Expand Down Expand Up @@ -8899,10 +8906,10 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/no-prefetch/no-prefetch.test.ts": {
"passed": [
"passed": [],
"failed": [
"navigating without a prefetch can show a loading boundary from the dynamic response"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9081,7 +9088,6 @@
"shallow-routing pushState should support setting a different pathname reflected on usePathname",
"shallow-routing pushState should support setting a different searchParam reflected on useSearchParams",
"shallow-routing pushState should support setting a different url using a string",
"shallow-routing pushState should support setting data",
"shallow-routing pushState should work when given a null state value",
"shallow-routing replaceState should support setting a different pathname reflected on usePathname",
"shallow-routing replaceState should support setting a different searchParam reflected on useSearchParams",
Expand All @@ -9091,7 +9097,7 @@
"shallow-routing replaceState should work when given an undefined state value",
"shallow-routing should work when given an undefined state value"
],
"failed": [],
"failed": ["shallow-routing pushState should support setting data"],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9385,13 +9391,14 @@
},
"test/e2e/app-dir/use-cache-hanging-inputs/use-cache-hanging-inputs.test.ts": {
"passed": [
"use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error"
],
"failed": [],
"pending": [
"use-cache-hanging-inputs when a \"use cache\" function is closing over an uncached promise should show an error toast after a timeout",
"use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error",
"use-cache-hanging-inputs when an uncached promise is used inside of \"use cache\" should show an error toast after a timeout",
"use-cache-hanging-inputs when an uncached promise is used inside of a nested \"use cache\" should show an error toast after a timeout"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down
Loading