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
252 changes: 94 additions & 158 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@
"Error recovery app client component can recover from a component error",
"Error recovery app client component can recover from syntax error",
"Error recovery app displays build error on initial page load",
"Error recovery app render error not shown right after syntax error",
"Error recovery app server component can recover from a component error",
"Error recovery app server component can recover from syntax error",
"Error recovery app stuck error",
"Error recovery app syntax > runtime error"
],
"failed": [
"Error recovery app can recover from a syntax error without losing state"
"Error recovery app can recover from a syntax error without losing state",
"Error recovery app render error not shown right after syntax error"
],
"pending": [],
"flakey": [],
Expand Down Expand Up @@ -1180,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 @@ -2447,6 +2446,15 @@
"flakey": [],
"runtimeError": false
},
"test/development/stale-dev-types/stale-dev-types.test.ts": {
"passed": [
"stale-dev-types should not fail build when .next/dev has stale types from deleted routes"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/development/start-no-build/start-no-build.test.ts": {
"passed": [
"next start without next build should show error when there is no production build"
Expand Down Expand Up @@ -2556,6 +2564,74 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/config.test.ts": {
"passed": ["app dir - with output export skipped in dev"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/dev-custom-dist-dir.test.ts": {
"passed": [
"app dir - with output export and custom distDir in dev should render properly in dev"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/dynamic-missing-gsp.test.ts": {
"passed": [
"app dir - with output export - dynamic missing gsp should error when client component has generateStaticParams should work",
"app dir - with output export - dynamic missing gsp should error when dynamic route is missing generateStaticParams should work",
"app dir - with output export - dynamic missing gsp should error when dynamic route is set to true should work"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/dynamicapiroute.test.ts": {
"passed": [
"app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'error' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'force-dynamic' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'force-static' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicApiRoute undefined should work"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/dynamicpage.test.ts": {
"passed": [
"app dir - with output export - dynamic api route should work in prod with dynamicPage 'error' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicPage 'force-dynamic' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicPage 'force-static' should work",
"app dir - with output export - dynamic api route should work in prod with dynamicPage undefined should work"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/start.test.ts": {
"passed": ["app dir - with output export (next start) skipped in dev"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir-export/test/trailing-slash.test.ts": {
"passed": [
"app dir - with output export - trailing slash should work in prod with trailingSlash 'false' should work",
"app dir - with output export - trailing slash should work in prod with trailingSlash 'true' should work"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/_allow-underscored-root-directory/_allow-underscored-root-directory.test.ts": {
"passed": [
"_allow-underscored-root-directory should not serve app path with underscore",
Expand Down Expand Up @@ -4184,10 +4260,12 @@
"Cache Components Errors Dev Error Attribution with Sync IO unguarded RSC with unguarded Client sync IO should show a collapsed redbox error",
"Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes should show a redbox error",
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 should show a redbox error",
"Cache Components Errors Dev Inside `use cache` catching an error at runtime should show a collapsed redbox error",
"Cache Components Errors Dev Inside `use cache` cookies should show a redbox error",
"Cache Components Errors Dev Inside `use cache` draftMode should show a redbox error",
"Cache Components Errors Dev Inside `use cache` headers should show a redbox error",
"Cache Components Errors Dev Inside `use cache` reading fallback params should show a redbox error",
"Cache Components Errors Dev Inside `use cache` throwing an error at runtime should show a redbox error",
"Cache Components Errors Dev Static Route should not show a collapsed redbox error",
"Cache Components Errors Dev Sync Dynamic Platform With Fallback - Math.random() should show a collapsed redbox error",
"Cache Components Errors Dev Sync Dynamic Platform Without Fallback - Math.random() should show a collapsed redbox error",
Expand Down Expand Up @@ -9096,6 +9174,7 @@
"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 @@ -9105,7 +9184,7 @@
"shallow-routing replaceState should work when given an undefined state value",
"shallow-routing should work when given an undefined state value"
],
"failed": ["shallow-routing pushState should support setting data"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9282,7 +9361,6 @@
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
"passed": [
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
"typed-routes should exit typegen successfully",
"typed-routes should generate RouteContext type for route handlers",
"typed-routes should generate route types correctly",
"typed-routes should update route types file when routes change"
Expand Down Expand Up @@ -10270,6 +10348,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/externals-transitive/externals-transitive.test.ts": {
"passed": [
"externals-transitive uses the right version of transitive externals"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/favicon-short-circuit/favicon-short-circuit.test.ts": {
"passed": [
"favicon-short-circuit should short circuit the favicon in development"
Expand Down Expand Up @@ -13085,125 +13172,6 @@
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/config.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export (next dev / next build) production mode should correctly emit exported assets to config.distDir",
"app dir - with output export (next dev / next build) production mode should error when running next export",
"app dir - with output export (next dev / next build) production mode should throw when exportPathMap configured"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dev-custom-dist-dir.test.ts": {
"passed": [
"app dir - with output export and custom distDir (next dev) should render properly"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams",
"app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams",
"app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is set to true"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams",
"app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamicapiroute-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'error'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-dynamic'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-static'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute undefined"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamicapiroute-prod.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'error'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'force-dynamic'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'force-static'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute undefined"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamicpage-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'error'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-dynamic'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-static'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage undefined"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/dynamicpage-prod.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'error'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'force-dynamic'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'force-static'",
"app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage undefined"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/start.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export (next start) production mode should error during next start with output export",
"app dir - with output export (next start) production mode should warn during next start with output standalone"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/trailing-slash-dev.test.ts": {
"passed": [
"app dir - with output export - trailing slash dev development mode should work in dev with trailingSlash 'false'",
"app dir - with output export - trailing slash dev development mode should work in dev with trailingSlash 'true'"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/app-dir-export/test/trailing-slash-start.test.ts": {
"passed": [],
"failed": [],
"pending": [
"app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'false'",
"app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'true'"
],
"flakey": [],
"runtimeError": false
},
"test/integration/app-document-add-hmr/test/index.test.ts": {
"passed": [],
"failed": [],
Expand Down Expand Up @@ -21368,38 +21336,6 @@
"flakey": [],
"runtimeError": false
},
"test/integration/required-server-files-ssr-404/test/index.test.ts": {
"passed": [],
"failed": [],
"pending": [
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com",
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello",
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello/world",
"Required Server Files production mode should bubble error correctly for gip page",
"Required Server Files production mode should bubble error correctly for gsp page",
"Required Server Files production mode should bubble error correctly for gssp page",
"Required Server Files production mode should handle 404s properly",
"Required Server Files production mode should match the index page correctly",
"Required Server Files production mode should match the root dynamic page correctly",
"Required Server Files production mode should normalize catch-all rewrite query values correctly",
"Required Server Files production mode should normalize optional values correctly for API page",
"Required Server Files production mode should normalize optional values correctly for SSG page",
"Required Server Files production mode should normalize optional values correctly for SSP page",
"Required Server Files production mode should not apply trailingSlash redirect",
"Required Server Files production mode should output required-server-files manifest correctly",
"Required Server Files production mode should render SSR page correctly",
"Required Server Files production mode should render SSR page correctly with x-matched-path",
"Required Server Files production mode should render dynamic SSR page correctly",
"Required Server Files production mode should render dynamic SSR page correctly with x-matched-path",
"Required Server Files production mode should render fallback optional catch-all route correctly with x-matched-path and routes-matches",
"Required Server Files production mode should render fallback page correctly",
"Required Server Files production mode should render fallback page correctly with x-matched-path and routes-matches",
"Required Server Files production mode should return data correctly with x-matched-path",
"Required Server Files production mode should return data correctly with x-matched-path for optional catch-all route"
],
"flakey": [],
"runtimeError": false
},
"test/integration/revalidate-as-path/test/index.test.ts": {
"passed": [],
"failed": [],
Expand Down
Loading