|
847 | 847 | "app-root-param-getters - simple should allow reading root params in nested pages",
|
848 | 848 | "app-root-param-getters - simple should error when used in a route handler (until we implement it)",
|
849 | 849 | "app-root-param-getters - simple should error when used in a server action",
|
| 850 | + "app-root-param-getters - simple should not error when rerendering the page after a server action", |
850 | 851 | "app-root-param-getters - simple should render the not found page without errors"
|
851 | 852 | ],
|
852 | 853 | "failed": [],
|
|
1695 | 1696 | "flakey": [],
|
1696 | 1697 | "runtimeError": false
|
1697 | 1698 | },
|
| 1699 | + "test/e2e/app-dir/bun-externals/bun-externals.test.ts": { |
| 1700 | + "passed": [ |
| 1701 | + "app-dir - bun externals should handle bun builtins as external modules", |
| 1702 | + "app-dir - bun externals should handle bun builtins in edge runtime", |
| 1703 | + "app-dir - bun externals should handle bun builtins in route handlers", |
| 1704 | + "app-dir - bun externals should handle bun builtins in server actions", |
| 1705 | + "app-dir - bun externals should not bundle bun builtins in server bundles" |
| 1706 | + ], |
| 1707 | + "failed": [], |
| 1708 | + "pending": [], |
| 1709 | + "flakey": [], |
| 1710 | + "runtimeError": false |
| 1711 | + }, |
| 1712 | + "test/e2e/app-dir/cache-components-allow-otel-spans/cache-components-allow-otel-spans.test.ts": { |
| 1713 | + "passed": [ |
| 1714 | + "hello-world should allow creating Spans during prerendering at runtime - inside a Cache Components", |
| 1715 | + "hello-world should allow creating Spans during prerendering during the build - inside a Cache Components", |
| 1716 | + "hello-world should allow creating Spans during resuming a fallback - inside a Cache Component" |
| 1717 | + ], |
| 1718 | + "failed": [], |
| 1719 | + "pending": [], |
| 1720 | + "flakey": [], |
| 1721 | + "runtimeError": false |
| 1722 | + }, |
| 1723 | + "test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": { |
| 1724 | + "passed": [ |
| 1725 | + "hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during build" |
| 1726 | + ], |
| 1727 | + "failed": [], |
| 1728 | + "pending": [], |
| 1729 | + "flakey": [], |
| 1730 | + "runtimeError": false |
| 1731 | + }, |
1698 | 1732 | "test/e2e/app-dir/cache-components-dynamic-imports/cache-components-dynamic-imports.test.ts": {
|
1699 | 1733 | "passed": [
|
1700 | 1734 | "async imports in cacheComponents - external packages does not instrument import() in external packages",
|
|
3278 | 3312 | "flakey": [],
|
3279 | 3313 | "runtimeError": false
|
3280 | 3314 | },
|
| 3315 | + "test/e2e/app-dir/metadata-image-files/metadata-image-files.test.ts": { |
| 3316 | + "passed": [ |
| 3317 | + "app dir - metadata image files should handle imported metadata images" |
| 3318 | + ], |
| 3319 | + "failed": [], |
| 3320 | + "pending": [], |
| 3321 | + "flakey": [], |
| 3322 | + "runtimeError": false |
| 3323 | + }, |
3281 | 3324 | "test/e2e/app-dir/metadata-json-manifest/index.test.ts": {
|
3282 | 3325 | "passed": [
|
3283 | 3326 | "app-dir metadata-json-manifest should support metadata.json manifest"
|
|
6262 | 6305 | "flakey": [],
|
6263 | 6306 | "runtimeError": false
|
6264 | 6307 | },
|
| 6308 | + "test/e2e/app-dir/typed-routes/typed-routes.test.ts": { |
| 6309 | + "passed": [ |
| 6310 | + "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax", |
| 6311 | + "typed-routes should generate route types correctly", |
| 6312 | + "typed-routes should throw type errors" |
| 6313 | + ], |
| 6314 | + "failed": [], |
| 6315 | + "pending": [], |
| 6316 | + "flakey": [], |
| 6317 | + "runtimeError": false |
| 6318 | + }, |
6265 | 6319 | "test/e2e/app-dir/typeof-window/typeof-window.test.ts": {
|
6266 | 6320 | "passed": ["typeof-window should work using cheerio"],
|
6267 | 6321 | "failed": [],
|
|
7126 | 7180 | "flakey": [],
|
7127 | 7181 | "runtimeError": false
|
7128 | 7182 | },
|
| 7183 | + "test/e2e/error-handler-not-found-req-url/error-handler-not-found-req-url.test.ts": { |
| 7184 | + "passed": [ |
| 7185 | + "error-handler-not-found-req-url should log the correct request url and asPath for not found _error page" |
| 7186 | + ], |
| 7187 | + "failed": [], |
| 7188 | + "pending": [], |
| 7189 | + "flakey": [], |
| 7190 | + "runtimeError": false |
| 7191 | + }, |
7129 | 7192 | "test/e2e/esm-externals/esm-externals.test.ts": {
|
7130 | 7193 | "passed": [
|
7131 | 7194 | "esm-externals app dir url /client should render the correct page",
|
|
8677 | 8740 | "opentelemetry incoming context propagation app router should handle RSC with fetch",
|
8678 | 8741 | "opentelemetry incoming context propagation app router should handle RSC with fetch in RSC mode",
|
8679 | 8742 | "opentelemetry incoming context propagation app router should handle RSC with fetch on edge",
|
| 8743 | + "opentelemetry incoming context propagation app router should handle error in RSC", |
8680 | 8744 | "opentelemetry incoming context propagation app router should handle route handlers in app router",
|
8681 | 8745 | "opentelemetry incoming context propagation app router should handle route handlers in app router on edge",
|
8682 | 8746 | "opentelemetry incoming context propagation app router should propagate custom context without span",
|
|
8689 | 8753 | "opentelemetry root context app router should handle RSC with fetch",
|
8690 | 8754 | "opentelemetry root context app router should handle RSC with fetch in RSC mode",
|
8691 | 8755 | "opentelemetry root context app router should handle RSC with fetch on edge",
|
| 8756 | + "opentelemetry root context app router should handle error in RSC", |
8692 | 8757 | "opentelemetry root context app router should handle route handlers in app router",
|
8693 | 8758 | "opentelemetry root context app router should handle route handlers in app router on edge",
|
8694 | 8759 | "opentelemetry root context app router should propagate custom context without span",
|
|
9051 | 9116 | "styled-jsx should contain styled-jsx styles during SSR",
|
9052 | 9117 | "styled-jsx should render styles during CSR",
|
9053 | 9118 | "styled-jsx should render styles during CSR (AMP)",
|
9054 |
| - "styled-jsx should render styles during SSR (AMP)" |
| 9119 | + "styled-jsx should render styles during SSR (AMP)", |
| 9120 | + "styled-jsx should render styles inside TypeScript" |
9055 | 9121 | ],
|
9056 | 9122 | "failed": [],
|
9057 | 9123 | "pending": [],
|
|
9379 | 9445 | "flakey": [],
|
9380 | 9446 | "runtimeError": false
|
9381 | 9447 | },
|
| 9448 | + "test/e2e/use-router-with-rewrites/use-router-with-rewrites.test.ts": { |
| 9449 | + "passed": [ |
| 9450 | + "use-router-with-rewrites rewrite to another segment should preserve current pathname when using Link with rewrites on dynamic route", |
| 9451 | + "use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.push with rewrites on dynamic route", |
| 9452 | + "use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route", |
| 9453 | + "use-router-with-rewrites rewrite to same segment should preserve current pathname when using Link with rewrites on dynamic route", |
| 9454 | + "use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.push with rewrites on dynamic route", |
| 9455 | + "use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route", |
| 9456 | + "use-router-with-rewrites should preserve current pathname when using Link with rewrites", |
| 9457 | + "use-router-with-rewrites should preserve current pathname when using useRouter.push with rewrites", |
| 9458 | + "use-router-with-rewrites should preserve current pathname when using useRouter.replace with rewrites" |
| 9459 | + ], |
| 9460 | + "failed": [], |
| 9461 | + "pending": [], |
| 9462 | + "flakey": [], |
| 9463 | + "runtimeError": false |
| 9464 | + }, |
9382 | 9465 | "test/e2e/useselectedlayoutsegment-s-in-pages-router/useselectedlayoutsegment-s-in-pages-router.test.ts": {
|
9383 | 9466 | "passed": [
|
9384 | 9467 | "useSelectedLayoutSegment(s) in Pages Router Should render with `useSelectedLayoutSegment(s) hooks"
|
|
18728 | 18811 | "flakey": [],
|
18729 | 18812 | "runtimeError": false
|
18730 | 18813 | },
|
| 18814 | + "test/integration/webpack-bun-externals/test/index.test.js": { |
| 18815 | + "passed": [ |
| 18816 | + "Webpack - Bun Externals should externalize Bun builtins in server bundles", |
| 18817 | + "Webpack - Bun Externals should not bundle Bun module implementations", |
| 18818 | + "Webpack - Bun Externals should successfully build with Bun module imports" |
| 18819 | + ], |
| 18820 | + "failed": [], |
| 18821 | + "pending": [], |
| 18822 | + "flakey": [], |
| 18823 | + "runtimeError": false |
| 18824 | + }, |
18731 | 18825 | "test/integration/webpack-config-extensionalias/test/index.test.js": {
|
18732 | 18826 | "passed": [
|
18733 | 18827 | "webpack config with extensionAlias setting should run correctly with an tsx file import with .js extension"
|
@@ -20004,10 +20098,11 @@
|
20004 | 20098 | },
|
20005 | 20099 | "test/production/pnpm-support/index.test.ts": {
|
20006 | 20100 | "passed": [
|
20007 |
| - "pnpm support should build with dependencies installed via pnpm", |
| 20101 | + "pnpm support should build with dependencies installed via pnpm" |
| 20102 | + ], |
| 20103 | + "failed": [ |
20008 | 20104 | "pnpm support should execute client-side JS on each page in output: \"standalone\""
|
20009 | 20105 | ],
|
20010 |
| - "failed": [], |
20011 | 20106 | "pending": [],
|
20012 | 20107 | "flakey": [],
|
20013 | 20108 | "runtimeError": false
|
|
0 commit comments