Skip to content
Open
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
38 changes: 28 additions & 10 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,8 @@
"runtimeError": false
},
"test/development/app-dir/typed-env/typed-env-prod.test.ts": {
"passed": ["typed-env should have env types from next config"],
"failed": [],
"passed": [],
"failed": ["typed-env should have env types from next config"],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -4132,7 +4132,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 and page",
"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 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 @@ -4195,7 +4195,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"
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
],
"pending": [
"app dir - basic HMR should HMR correctly when changing the component type",
Expand Down Expand Up @@ -5933,6 +5933,12 @@
"instant validation client navigation invalid - static prefetch - missing suspense around runtime",
"instant validation client navigation invalid - static prefetch - missing suspense around search params",
"instant validation client navigation invalid - static prefetch - suspense too high",
"instant validation client navigation route group shared boundary invalid - route group boundary is shared but validation treats it as new",
"instant validation client navigation route groups invalid - config on both route group and segment layout - cookies() blocks below",
"instant validation client navigation route groups invalid - config on route group layout - cookies() blocks below",
"instant validation client navigation route groups invalid - config on route group layout - cookies() blocks in deeper segment",
"instant validation client navigation route groups invalid - config on segment layout - cookies() blocks through route group below",
"instant validation client navigation route groups invalid - config on segment layout inside route group - cookies() blocks below",
"instant validation client navigation valid - no suspense needed around dynamic in page if loading.js is present",
"instant validation client navigation valid - no suspense needed around dynamic in page if loading.js is present in a non-layout segment above",
"instant validation client navigation valid - runtime prefetch - does not require Suspense around params",
Expand Down Expand Up @@ -5985,6 +5991,12 @@
"instant validation initial load invalid - static prefetch - missing suspense around runtime",
"instant validation initial load invalid - static prefetch - missing suspense around search params",
"instant validation initial load invalid - static prefetch - suspense too high",
"instant validation initial load route group shared boundary invalid - route group boundary is shared but validation treats it as new",
"instant validation initial load route groups invalid - config on both route group and segment layout - cookies() blocks below",
"instant validation initial load route groups invalid - config on route group layout - cookies() blocks below",
"instant validation initial load route groups invalid - config on route group layout - cookies() blocks in deeper segment",
"instant validation initial load route groups invalid - config on segment layout - cookies() blocks through route group below",
"instant validation initial load route groups invalid - config on segment layout inside route group - cookies() blocks below",
"instant validation initial load valid - no suspense needed around dynamic in page if loading.js is present",
"instant validation initial load valid - no suspense needed around dynamic in page if loading.js is present in a non-layout segment above",
"instant validation initial load valid - runtime prefetch - does not require Suspense around params",
Expand Down Expand Up @@ -8316,6 +8328,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/partial-fallback-shell-upgrade/partial-fallback-shell-upgrade.test.ts": {
"passed": ["partial-fallback-shell-upgrade skipped in dev"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/phase-changes/cookies.test.ts": {
"passed": [
"setting cookies stops cookie mutations when changing phases from a route handler to after via closure",
Expand Down Expand Up @@ -9604,10 +9623,10 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/no-prefetch/no-prefetch.test.ts": {
"passed": [],
"failed": [
"passed": [
"navigating without a prefetch can show a loading boundary from the dynamic response"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -10276,11 +10295,10 @@
"runtimeError": false
},
"test/e2e/app-dir/use-cache-without-experimental-flag/use-cache-without-experimental-flag.test.ts": {
"passed": [
"use-cache-without-experimental-flag should recover from the build error if useCache flag is set",
"use-cache-without-experimental-flag should show a build error"
"passed": ["use-cache-without-experimental-flag should show a build error"],
"failed": [
"use-cache-without-experimental-flag should recover from the build error if useCache flag is set"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down
Loading