|
1229 | 1229 | "ReactRefreshRequire can continue hot updates after module-level errors with module.exports",
|
1230 | 1230 | "ReactRefreshRequire can replace a module before it is loaded",
|
1231 | 1231 | "ReactRefreshRequire does not accumulate stale exports over time",
|
| 1232 | + "ReactRefreshRequire propagates a module that stops accepting in next version", |
1232 | 1233 | "ReactRefreshRequire provides fresh value for ES6 default import in parents",
|
1233 | 1234 | "ReactRefreshRequire provides fresh value for ES6 named import in parents",
|
1234 | 1235 | "ReactRefreshRequire provides fresh value for exports.* in parents",
|
1235 | 1236 | "ReactRefreshRequire provides fresh value for module.exports in parents",
|
1236 | 1237 | "ReactRefreshRequire runs dependencies before dependents",
|
1237 | 1238 | "ReactRefreshRequire stops update propagation after module-level errors"
|
1238 | 1239 | ],
|
1239 |
| - "failed": [ |
1240 |
| - "ReactRefreshRequire propagates a module that stops accepting in next version" |
1241 |
| - ], |
| 1240 | + "failed": [], |
1242 | 1241 | "pending": [],
|
1243 | 1242 | "flakey": [
|
1244 | 1243 | "ReactRefreshRequire propagates a hot update to closest accepted module",
|
|
1606 | 1605 | "passed": [
|
1607 | 1606 | "next.rs api should allow to write app Node.js page to disk",
|
1608 | 1607 | "next.rs api should allow to write app Node.js route to disk",
|
| 1608 | + "next.rs api should allow to write app edge page to disk", |
1609 | 1609 | "next.rs api should allow to write app edge route to disk",
|
1610 | 1610 | "next.rs api should allow to write pages Node.js api to disk",
|
1611 | 1611 | "next.rs api should allow to write pages Node.js page to disk",
|
|
2153 | 2153 | "app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
|
2154 | 2154 | "app-dir action handling should push new route when redirecting",
|
2155 | 2155 | "app-dir action handling should support headers and cookies",
|
| 2156 | + "app-dir action handling should support hoc auth wrappers", |
2156 | 2157 | "app-dir action handling should support setting cookies in route handlers with the correct overrides"
|
2157 | 2158 | ],
|
2158 | 2159 | "failed": [
|
|
2174 | 2175 | "app-dir action handling should support chained .bind",
|
2175 | 2176 | "app-dir action handling should support formData and redirect",
|
2176 | 2177 | "app-dir action handling should support headers in client imported actions",
|
2177 |
| - "app-dir action handling should support hoc auth wrappers", |
2178 | 2178 | "app-dir action handling should support importing actions in client components",
|
2179 | 2179 | "app-dir action handling should support importing the same action module instance in both server and action layers",
|
2180 | 2180 | "app-dir action handling should support next/dynamic with ssr: false",
|
|
2270 | 2270 | "app dir - css css support css ordering should have inner layers take precedence over outer layers",
|
2271 | 2271 | "app dir - css css support page extensions should include css imported in MDX pages",
|
2272 | 2272 | "app dir - css css support server layouts should support css modules inside server layouts",
|
| 2273 | + "app dir - css css support server layouts should support external css imports", |
2273 | 2274 | "app dir - css css support server pages should not contain pages css in app dir page",
|
2274 | 2275 | "app dir - css css support server pages should support css modules inside server pages",
|
2275 | 2276 | "app dir - css css support server pages should support global css inside server pages",
|
|
2297 | 2298 | "app dir - css css support chunks should bundle css resources into chunks",
|
2298 | 2299 | "app dir - css css support multiple entries should deduplicate styles on the module level",
|
2299 | 2300 | "app dir - css css support multiple entries should only include the same style once in the flight data",
|
2300 |
| - "app dir - css css support server layouts should support external css imports", |
2301 | 2301 | "app dir - css css support should not preload styles twice during HMR",
|
2302 | 2302 | "app dir - css css support should reload @import styles during HMR",
|
2303 | 2303 | "app dir - css css support special entries should include css imported in loading.js"
|
|
2327 | 2327 | "app-dir edge SSR should handle /index routes correctly",
|
2328 | 2328 | "app-dir edge SSR should handle edge only routes",
|
2329 | 2329 | "app-dir edge SSR should handle edge rsc hmr",
|
| 2330 | + "app-dir edge SSR should resolve client component without error", |
2330 | 2331 | "app-dir edge SSR should retrieve cookies in a server component in the edge runtime",
|
2331 | 2332 | "app-dir edge SSR should warn about the re-export of a pages runtime/preferredRegion config"
|
2332 | 2333 | ],
|
|
2761 | 2762 | },
|
2762 | 2763 | "test/e2e/app-dir/app/index.test.ts": {
|
2763 | 2764 | "passed": [
|
| 2765 | + "app dir - basic <Link /> should allow linking from app page to pages page", |
2764 | 2766 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
2765 | 2767 | "app dir - basic <Link /> should push to external url",
|
2766 | 2768 | "app dir - basic <Link /> should replace to external url",
|
|
2836 | 2838 | "app dir - basic template component should render the template that holds state in a client component and reset on navigation"
|
2837 | 2839 | ],
|
2838 | 2840 | "failed": [
|
2839 |
| - "app dir - basic <Link /> should allow linking from app page to pages page", |
2840 | 2841 | "app dir - basic <Link /> should be soft for back navigation",
|
2841 | 2842 | "app dir - basic <Link /> should be soft for forward navigation",
|
2842 | 2843 | "app dir - basic <Link /> should hard push",
|
|
11159 | 11160 | "with outdated sharp Production Mode Server support with next.config.js should fail when w is not a number",
|
11160 | 11161 | "with outdated sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js",
|
11161 | 11162 | "with outdated sharp Production Mode Server support with next.config.js should handle concurrent requests",
|
| 11163 | + "with outdated sharp Production Mode Server support with next.config.js should handle custom sharp usage", |
11162 | 11164 | "with outdated sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url",
|
11163 | 11165 | "with outdated sharp Production Mode Server support with next.config.js should have sharp outdated warning",
|
11164 | 11166 | "with outdated sharp Production Mode Server support with next.config.js should maintain animated gif",
|
|
11377 | 11379 | "with latest sharp Production Mode Server support with next.config.js should fail when w is not a number",
|
11378 | 11380 | "with latest sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js",
|
11379 | 11381 | "with latest sharp Production Mode Server support with next.config.js should handle concurrent requests",
|
| 11382 | + "with latest sharp Production Mode Server support with next.config.js should handle custom sharp usage", |
11380 | 11383 | "with latest sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url",
|
11381 | 11384 | "with latest sharp Production Mode Server support with next.config.js should maintain animated gif",
|
11382 | 11385 | "with latest sharp Production Mode Server support with next.config.js should maintain animated png",
|
|
0 commit comments