|
6616 | 6616 | },
|
6617 | 6617 | "test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts": {
|
6618 | 6618 | "passed": [
|
| 6619 | + "layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch", |
| 6620 | + "layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch", |
6619 | 6621 | "layout sharing in non-static prefetches full prefetches should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
|
6620 | 6622 | "layout sharing in non-static prefetches navigations should omit layouts that were already prefetched with a full prefetch",
|
6621 | 6623 | "layout sharing in non-static prefetches navigations should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
|
6622 | 6624 | "layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a full prefetch",
|
6623 | 6625 | "layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a runtime prefetch",
|
6624 | 6626 | "layout sharing in non-static prefetches segment-level prefetch config does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts",
|
6625 |
| - "layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available" |
6626 |
| - ], |
6627 |
| - "failed": [ |
6628 |
| - "layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch", |
6629 |
| - "layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch", |
| 6627 | + "layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available", |
6630 | 6628 | "layout sharing in non-static prefetches segment-level prefetch config uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested"
|
6631 | 6629 | ],
|
| 6630 | + "failed": [], |
6632 | 6631 | "pending": [],
|
6633 | 6632 | "flakey": [],
|
6634 | 6633 | "runtimeError": false
|
|
7379 | 7378 | "flakey": [],
|
7380 | 7379 | "runtimeError": false
|
7381 | 7380 | },
|
| 7381 | + "test/e2e/app-dir/webpack-loader-resolve/webpack-loader-resolve.test.ts": { |
| 7382 | + "passed": [ |
| 7383 | + "webpack-loader-resolve should support resolving absolute path via loader getResolve" |
| 7384 | + ], |
| 7385 | + "failed": [], |
| 7386 | + "pending": [], |
| 7387 | + "flakey": [], |
| 7388 | + "runtimeError": false |
| 7389 | + }, |
7382 | 7390 | "test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
|
7383 | 7391 | "passed": ["webpack-loader-resource-query should pass query to loader"],
|
7384 | 7392 | "failed": [],
|
|
7397 | 7405 | },
|
7398 | 7406 | "test/e2e/app-dir/webpack-loader-ts-transform/webpack-loader-ts-transform.test.ts": {
|
7399 | 7407 | "passed": [
|
7400 |
| - "webpack-loader-ts-transform should only run the test in turbopack" |
| 7408 | + "webpack-loader-ts-transform should accept Typescript returned from Webpack loaders" |
7401 | 7409 | ],
|
7402 | 7410 | "failed": [],
|
7403 | 7411 | "pending": [],
|
|
10569 | 10577 | },
|
10570 | 10578 | "test/integration/api-catch-all/test/index.test.js": {
|
10571 | 10579 | "passed": [
|
| 10580 | + "API routes dev support should return data when catch-all", |
10572 | 10581 | "API routes dev support should return data when catch-all with index and no trailing slash",
|
10573 | 10582 | "API routes dev support should return data when catch-all with index and trailing slash",
|
10574 | 10583 | "API routes dev support should return redirect when catch-all with index and trailing slash",
|
|
10577 | 10586 | "API routes production mode should return data when catch-all with index and trailing slash",
|
10578 | 10587 | "API routes production mode should return redirect when catch-all with index and trailing slash"
|
10579 | 10588 | ],
|
10580 |
| - "failed": ["API routes dev support should return data when catch-all"], |
| 10589 | + "failed": [], |
10581 | 10590 | "pending": [],
|
10582 | 10591 | "flakey": [],
|
10583 | 10592 | "runtimeError": false
|
|
11471 | 11480 | "create-next-app prompts should prompt user for choice if --js or --ts flag is absent",
|
11472 | 11481 | "create-next-app prompts should prompt user for choice if --tailwind is absent",
|
11473 | 11482 | "create-next-app prompts should prompt user for choice if directory name is absent",
|
11474 |
| - "create-next-app prompts should prompt user to confirm reset preferences" |
| 11483 | + "create-next-app prompts should prompt user to confirm reset preferences", |
| 11484 | + "create-next-app prompts should show reuse previous settings option when preferences exist", |
| 11485 | + "create-next-app prompts should use recommended defaults when user selects that option" |
11475 | 11486 | ],
|
11476 | 11487 | "failed": [],
|
11477 | 11488 | "pending": [],
|
@@ -11897,12 +11908,11 @@
|
11897 | 11908 | "passed": [
|
11898 | 11909 | "Custom _error development mode 1 should not warn with /_error and /404 when rendering error first",
|
11899 | 11910 | "Custom _error development mode 2 should not warn with /_error and /404",
|
| 11911 | + "Custom _error development mode 2 should warn on custom /_error without custom /404", |
11900 | 11912 | "Custom _error production mode renders custom _error successfully",
|
11901 | 11913 | "Custom _error production mode should not contain /_error in build output"
|
11902 | 11914 | ],
|
11903 |
| - "failed": [ |
11904 |
| - "Custom _error development mode 2 should warn on custom /_error without custom /404" |
11905 |
| - ], |
| 11915 | + "failed": [], |
11906 | 11916 | "pending": [],
|
11907 | 11917 | "flakey": [],
|
11908 | 11918 | "runtimeError": false
|
@@ -14916,11 +14926,11 @@
|
14916 | 14926 | "runtimeError": false
|
14917 | 14927 | },
|
14918 | 14928 | "test/integration/gssp-redirect-with-rewrites/test/index.test.js": {
|
14919 |
| - "passed": [], |
14920 |
| - "failed": [ |
| 14929 | + "passed": [ |
14921 | 14930 | "getServerSideProps redirects should fallback to browser navigation for an unknown URL",
|
14922 | 14931 | "getServerSideProps redirects should use a client-side navigation for a rewritten URL"
|
14923 | 14932 | ],
|
| 14933 | + "failed": [], |
14924 | 14934 | "pending": [],
|
14925 | 14935 | "flakey": [],
|
14926 | 14936 | "runtimeError": false
|
@@ -16836,11 +16846,10 @@
|
16836 | 16846 | },
|
16837 | 16847 | "test/integration/jsconfig-paths-wildcard/test/index.test.js": {
|
16838 | 16848 | "passed": [
|
| 16849 | + "jsconfig paths wildcard default behavior should resolve a wildcard alias", |
16839 | 16850 | "jsconfig paths without baseurl wildcard default behavior should resolve a wildcard alias"
|
16840 | 16851 | ],
|
16841 |
| - "failed": [ |
16842 |
| - "jsconfig paths wildcard default behavior should resolve a wildcard alias" |
16843 |
| - ], |
| 16852 | + "failed": [], |
16844 | 16853 | "pending": [],
|
16845 | 16854 | "flakey": [],
|
16846 | 16855 | "runtimeError": false
|
|
17909 | 17918 | "test/integration/next-image-new/image-from-node-modules/test/index.test.ts": {
|
17910 | 17919 | "passed": [
|
17911 | 17920 | "Image Component from node_modules development mode should apply image config for node_modules",
|
17912 |
| - "Image Component from node_modules prod mode production mode should apply image config for node_modules" |
| 17921 | + "Image Component from node_modules development mode should warn when using images.domains config", |
| 17922 | + "Image Component from node_modules prod mode production mode should apply image config for node_modules", |
| 17923 | + "Image Component from node_modules prod mode production mode should warn when using images.domains config" |
17913 | 17924 | ],
|
17914 | 17925 | "failed": [],
|
17915 | 17926 | "pending": [],
|
@@ -18049,15 +18060,14 @@
|
18049 | 18060 | },
|
18050 | 18061 | "test/integration/next-image-new/unoptimized/test/index.test.ts": {
|
18051 | 18062 | "passed": [
|
| 18063 | + "Unoptimized Image Tests development mode - component should not optimize any image", |
| 18064 | + "Unoptimized Image Tests development mode - getImageProps should not optimize any image", |
18052 | 18065 | "Unoptimized Image Tests production mode - component should build correct images-manifest.json",
|
18053 | 18066 | "Unoptimized Image Tests production mode - component should not optimize any image",
|
18054 | 18067 | "Unoptimized Image Tests production mode - getImageProps should build correct images-manifest.json",
|
18055 | 18068 | "Unoptimized Image Tests production mode - getImageProps should not optimize any image"
|
18056 | 18069 | ],
|
18057 |
| - "failed": [ |
18058 |
| - "Unoptimized Image Tests development mode - component should not optimize any image", |
18059 |
| - "Unoptimized Image Tests development mode - getImageProps should not optimize any image" |
18060 |
| - ], |
| 18070 | + "failed": [], |
18061 | 18071 | "pending": [],
|
18062 | 18072 | "flakey": [],
|
18063 | 18073 | "runtimeError": false
|
|
18569 | 18579 | "test/integration/read-only-source-hmr/test/index.test.js": {
|
18570 | 18580 | "passed": [
|
18571 | 18581 | "Read-only source HMR should detect a new page",
|
| 18582 | + "Read-only source HMR should detect changes to a page", |
18572 | 18583 | "Read-only source HMR should handle page deletion and subsequent recreation"
|
18573 | 18584 | ],
|
18574 |
| - "failed": ["Read-only source HMR should detect changes to a page"], |
| 18585 | + "failed": [], |
18575 | 18586 | "pending": [],
|
18576 | 18587 | "flakey": [],
|
18577 | 18588 | "runtimeError": false
|
|
19647 | 19658 | "flakey": [],
|
19648 | 19659 | "runtimeError": false
|
19649 | 19660 | },
|
| 19661 | + "test/production/adapter-config/adapter-config-export.test.ts": { |
| 19662 | + "passed": [ |
| 19663 | + "adapter-config export should call onBuildComplete with correct context" |
| 19664 | + ], |
| 19665 | + "failed": [], |
| 19666 | + "pending": [], |
| 19667 | + "flakey": [], |
| 19668 | + "runtimeError": false |
| 19669 | + }, |
19650 | 19670 | "test/production/adapter-config/adapter-config-ppr.test.ts": {
|
19651 | 19671 | "passed": [
|
19652 | 19672 | "adapter-config should apply modifyConfig from adapter",
|
|
0 commit comments