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
140 changes: 100 additions & 40 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4458,6 +4458,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/bfcache-regression/bfcache-regression.test.ts": {
"passed": [
"bfcache-regression should preserve interactivity after navigating back from an external page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/binary/rsc-binary.test.ts": {
"passed": [
"RSC binary serialization should correctly encode/decode binaries and hydrate"
Expand Down Expand Up @@ -4605,9 +4614,14 @@
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 nested should show a redbox error",
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 slow cache 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` connection should show a 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` in ignore-listed code connection should show a redbox error",
"Cache Components Errors Dev Inside `use cache` in ignore-listed code cookies should show a redbox error",
"Cache Components Errors Dev Inside `use cache` in ignore-listed code draftMode should show a redbox error",
"Cache Components Errors Dev Inside `use cache` in ignore-listed code 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",
Expand Down Expand Up @@ -4950,6 +4964,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/client-reference-side-effects/client-reference-side-effects.test.ts": {
"passed": [
"client-reference-side-effects side effect behavior when only importing",
"client-reference-side-effects side effect behavior when rendering"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/concurrent-navigations/mismatching-prefetch.test.ts": {
"passed": ["mismatching prefetch disabled in development"],
"failed": [],
Expand Down Expand Up @@ -6339,10 +6363,10 @@
"runtimeError": false
},
"test/e2e/app-dir/interception-routes-output-export/interception-routes-output-export.test.ts": {
"passed": [],
"failed": [
"passed": [
"interception-routes-output-export should error when using interception routes with static export"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9919,10 +9943,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 All @@ -9943,6 +9967,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-inlining-no-cache-components/prefetch-inlining-no-cache-components.test.ts": {
"passed": [
"prefetch inlining without cacheComponents prefetch hints are only computed during build"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-inlining/prefetch-inlining.test.ts": {
"passed": [
"prefetch inlining prefetch hints are only computed during build"
Expand All @@ -9962,8 +9995,8 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-partial-rsc/prefetch-partial-rsc.test.ts": {
"passed": ["prefetch-partial-rsc resolves after a client-side navigation"],
"failed": [],
"passed": [],
"failed": ["prefetch-partial-rsc resolves after a client-side navigation"],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -10059,6 +10092,20 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-config-ts/segment-config-ts.test.ts": {
"passed": [
"TypeScript type expressions in route segment config app directory should pick up maxDuration declared with `as const` assertion",
"TypeScript type expressions in route segment config app directory should pick up maxDuration declared with `as` type assertion",
"TypeScript type expressions in route segment config app directory should pick up maxDuration declared with `satisfies`",
"TypeScript type expressions in route segment config pages directory should pick up maxDuration from config object declared with `as const`",
"TypeScript type expressions in route segment config pages directory should pick up maxDuration from config object declared with `as`",
"TypeScript type expressions in route segment config pages directory should pick up maxDuration from config object declared with `satisfies`"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/self-importing-package-monorepo/self-importing-package-monorepo.test.ts": {
"passed": [
"self-importing-package-monorepo should resolve self-imports inside a monorepo"
Expand Down Expand Up @@ -10955,7 +11002,7 @@
"Document and App - Rendering via HTTP _app should show valid error when thrown in _app getInitialProps",
"Document and App - Rendering via HTTP _app shows a custom tag",
"Document and App - Rendering via HTTP _document Document.getInitialProps returns html prop representing app shell",
"Document and App - Rendering via HTTP _document adds a timestamp to link tags with preload attribute to invalidate the cache in dev",
"Document and App - Rendering via HTTP _document adds a timestamp only to CSS/font link tags to invalidate the cache in dev",
"Document and App - Rendering via HTTP _document adds crossOrigin to all scripts and preload links",
"Document and App - Rendering via HTTP _document adds nonces to all scripts and preload links",
"Document and App - Rendering via HTTP _document renders ctx.renderPage with enhanceApp and enhanceComponent correctly",
Expand Down Expand Up @@ -11375,6 +11422,8 @@
},
"test/e2e/define/define.test.ts": {
"passed": [
"compiler.define compiler.define should render a boolean variable on server and client side",
"compiler.define compiler.define should render a number variable on server and client side",
"compiler.define compiler.define should render the magic expression on client side",
"compiler.define compiler.define should render the magic expression on server side",
"compiler.define compiler.define should render the magic variable on client side",
Expand Down Expand Up @@ -12037,6 +12086,19 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/import-meta-glob/import-meta-glob.test.ts": {
"passed": [],
"failed": [
"import-meta-glob should resolve eager glob modules",
"import-meta-glob should resolve lazy glob modules",
"import-meta-glob should resolve named import glob modules",
"import-meta-glob should support multiple patterns",
"import-meta-glob should support negative patterns"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/import-meta/import-meta.test.ts": {
"passed": [
"import-meta import.meta.url should work in browser",
Expand Down Expand Up @@ -12410,6 +12472,7 @@
"Middleware Runtime with i18n should have init header for NextResponse.redirect",
"Middleware Runtime with i18n should keep non data requests in their original shape",
"Middleware Runtime with i18n should normalize data requests into page requests",
"Middleware Runtime with i18n should not treat as _next/data request with just header",
"Middleware Runtime with i18n should only contain middleware route in dev middleware manifest",
"Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime with i18n should respond with 400 on decode failure",
Expand Down Expand Up @@ -12449,6 +12512,7 @@
"Middleware Runtime without i18n should have init header for NextResponse.redirect",
"Middleware Runtime without i18n should keep non data requests in their original shape",
"Middleware Runtime without i18n should normalize data requests into page requests",
"Middleware Runtime without i18n should not treat as _next/data request with just header",
"Middleware Runtime without i18n should only contain middleware route in dev middleware manifest",
"Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime without i18n should respond with 400 on decode failure",
Expand Down Expand Up @@ -12495,6 +12559,7 @@
"Middleware Runtime with i18n should have init header for NextResponse.redirect",
"Middleware Runtime with i18n should keep non data requests in their original shape",
"Middleware Runtime with i18n should normalize data requests into page requests",
"Middleware Runtime with i18n should not treat as _next/data request with just header",
"Middleware Runtime with i18n should only contain middleware route in dev middleware manifest",
"Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime with i18n should respond with 400 on decode failure",
Expand Down Expand Up @@ -12535,6 +12600,7 @@
"Middleware Runtime without i18n should have init header for NextResponse.redirect",
"Middleware Runtime without i18n should keep non data requests in their original shape",
"Middleware Runtime without i18n should normalize data requests into page requests",
"Middleware Runtime without i18n should not treat as _next/data request with just header",
"Middleware Runtime without i18n should only contain middleware route in dev middleware manifest",
"Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
"Middleware Runtime without i18n should respond with 400 on decode failure",
Expand Down Expand Up @@ -12615,15 +12681,14 @@
"Middleware Redirect should redirect",
"Middleware Redirect should redirect (infinite-loop)",
"Middleware Redirect should redirect cleanly with the original url param",
"Middleware Redirect should redirect correctly with redirect in next.config.js",
"Middleware Redirect should redirect multiple times",
"Middleware Redirect should redirect to api route with locale",
"Middleware Redirect should redirect to data urls with data requests and internal redirects",
"Middleware Redirect should redirect to external urls with data requests and external redirects",
"Middleware Redirect should redirect with a fragment"
],
"failed": [
"Middleware Redirect should redirect correctly with redirect in next.config.js"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand All @@ -12643,15 +12708,14 @@
"Middleware Redirect should redirect",
"Middleware Redirect should redirect (infinite-loop)",
"Middleware Redirect should redirect cleanly with the original url param",
"Middleware Redirect should redirect correctly with redirect in next.config.js",
"Middleware Redirect should redirect multiple times",
"Middleware Redirect should redirect to api route with locale",
"Middleware Redirect should redirect to data urls with data requests and internal redirects",
"Middleware Redirect should redirect to external urls with data requests and external redirects",
"Middleware Redirect should redirect with a fragment"
],
"failed": [
"Middleware Redirect should redirect correctly with redirect in next.config.js"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -13735,6 +13799,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/swc-plugins-env/index.test.ts": {
"passed": [
"swc-plugins-env should pass correct environment to swc plugins"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/swc-plugins/index.test.ts": {
"passed": [
"swcPlugins incompatible plugin version shows a redbox in dev",
Expand Down Expand Up @@ -14009,6 +14082,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/turbopack-trace-server-query/turbopack-trace-server.test.ts": {
"passed": [
"turbopack-trace-server CLI: should show an error when the trace server is not running"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/twoslash/index.test.ts": {
"passed": [
"twoslash should annotate twoslash types default",
Expand Down Expand Up @@ -19092,7 +19174,6 @@
"i18n Support production mode should have correct initial query values for fallback",
"i18n Support production mode should have correct values for non-prefixed path",
"i18n Support production mode should have domainLocales available on useRouter",
"i18n Support production mode should have locale-prefixed pages-manifest entries for default 500",
"i18n Support production mode should have pre-rendered /500 correctly",
"i18n Support production mode should load dynamic getServerSideProps page correctly SSR",
"i18n Support production mode should load getServerSideProps page correctly SSR",
Expand Down Expand Up @@ -23392,15 +23473,16 @@
"passed": [
"server-side dev errors should show server-side error for api route correctly",
"server-side dev errors should show server-side error for dynamic api route correctly",
"server-side dev errors should show server-side error for dynamic gssp page correctly",
"server-side dev errors should show server-side error for gsp page correctly",
"server-side dev errors should show server-side error for gssp page correctly",
"server-side dev errors should show server-side error for uncaught empty exception correctly",
"server-side dev errors should show server-side error for uncaught empty rejection correctly",
"server-side dev errors should show server-side error for uncaught exception correctly",
"server-side dev errors should show server-side error for uncaught rejection correctly"
],
"failed": [],
"failed": [
"server-side dev errors should show server-side error for dynamic gssp page correctly",
"server-side dev errors should show server-side error for gsp page correctly",
"server-side dev errors should show server-side error for gssp page correctly"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -23616,28 +23698,6 @@
"flakey": [],
"runtimeError": false
},
"test/integration/tsconfig-verifier/test/index.test.ts": {
"passed": [],
"failed": [],
"pending": [
"tsconfig.json verifier Creates a default tsconfig.json when one is missing",
"tsconfig.json verifier Updates an existing tsconfig.json without losing comments",
"tsconfig.json verifier Works with an empty tsconfig.json (docs)",
"tsconfig.json verifier allows you to extend another configuration file",
"tsconfig.json verifier allows you to set bundler moduleResolution mode",
"tsconfig.json verifier allows you to set commonjs module mode",
"tsconfig.json verifier allows you to set es2020 module mode",
"tsconfig.json verifier allows you to set node16 module mode",
"tsconfig.json verifier allows you to set node16 moduleResolution mode",
"tsconfig.json verifier allows you to set target mode",
"tsconfig.json verifier allows you to set verbatimModuleSyntax true via extends without adding isolatedModules",
"tsconfig.json verifier allows you to set verbatimModuleSyntax true without adding isolatedModules",
"tsconfig.json verifier allows you to skip moduleResolution, esModuleInterop and resolveJsonModule when using \"module: preserve\"",
"tsconfig.json verifier creates compilerOptions when you extend another config"
],
"flakey": [],
"runtimeError": false
},
"test/integration/turbopack-unsupported-log/index.test.ts": {
"passed": [],
"failed": [],
Expand Down
Loading