|
6169 | 6169 | "flakey": [],
|
6170 | 6170 | "runtimeError": false
|
6171 | 6171 | },
|
| 6172 | + "test/e2e/app-dir/global-not-found/basic/global-not-found-basic.test.ts": { |
| 6173 | + "passed": [ |
| 6174 | + "global-not-found - basic should render global-not-found for 404", |
| 6175 | + "global-not-found - basic should render not-found boundary when calling notFound() in a page", |
| 6176 | + "global-not-found - basic should ssr global-not-found for 404" |
| 6177 | + ], |
| 6178 | + "failed": [], |
| 6179 | + "pending": [], |
| 6180 | + "flakey": [], |
| 6181 | + "runtimeError": false |
| 6182 | + }, |
| 6183 | + "test/e2e/app-dir/global-not-found/both-present/both-present.test.ts": { |
| 6184 | + "passed": [ |
| 6185 | + "global-not-found - both-present should render global-not-found for 404 routes", |
| 6186 | + "global-not-found - both-present should render not-found boundary when calling notFound() in a page" |
| 6187 | + ], |
| 6188 | + "failed": [], |
| 6189 | + "pending": [], |
| 6190 | + "flakey": [], |
| 6191 | + "runtimeError": false |
| 6192 | + }, |
| 6193 | + "test/e2e/app-dir/global-not-found/metadata/metadata.test.ts": { |
| 6194 | + "passed": [ |
| 6195 | + "global-not-found - metadata should render metadata of global-not-found for 404" |
| 6196 | + ], |
| 6197 | + "failed": [], |
| 6198 | + "pending": [], |
| 6199 | + "flakey": [], |
| 6200 | + "runtimeError": false |
| 6201 | + }, |
| 6202 | + "test/e2e/app-dir/global-not-found/no-root-layout/no-root-layout.test.ts": { |
| 6203 | + "passed": [ |
| 6204 | + "global-not-found - no-root-layout should render global-not-found for 404", |
| 6205 | + "global-not-found - no-root-layout should ssr global-not-found for 404" |
| 6206 | + ], |
| 6207 | + "failed": [], |
| 6208 | + "pending": [], |
| 6209 | + "flakey": [], |
| 6210 | + "runtimeError": false |
| 6211 | + }, |
| 6212 | + "test/e2e/app-dir/global-not-found/not-present/not-present.test.ts": { |
| 6213 | + "passed": [ |
| 6214 | + "global-not-found - not-present should render custom not-found.js boundary when global-not-found is not defined but enabled", |
| 6215 | + "global-not-found - not-present should render default 404 when global-not-found is not defined but enabled" |
| 6216 | + ], |
| 6217 | + "failed": [], |
| 6218 | + "pending": [], |
| 6219 | + "flakey": [], |
| 6220 | + "runtimeError": false |
| 6221 | + }, |
6172 | 6222 | "test/e2e/app-dir/graceful-shutdown-next-after/custom-server/index.test.ts": {
|
6173 | 6223 | "passed": [
|
6174 | 6224 | "after during server shutdown - custom server waits for after callbacks when the server receives SIGINT",
|
|
7190 | 7240 | "flakey": [],
|
7191 | 7241 | "runtimeError": false
|
7192 | 7242 | },
|
7193 |
| - "test/e2e/app-dir/next-form/basepath/next-form-basepath.test.ts": { |
7194 |
| - "passed": [ |
7195 |
| - "app dir - form - with basepath should add basePath to `action`", |
7196 |
| - "app dir - form - with basepath should not add basePath to a submitter's formAction" |
7197 |
| - ], |
7198 |
| - "failed": [], |
7199 |
| - "pending": [], |
7200 |
| - "flakey": [], |
7201 |
| - "runtimeError": false |
7202 |
| - }, |
7203 |
| - "test/e2e/app-dir/next-form/default/next-form-prefetch.test.ts": { |
7204 |
| - "passed": [], |
7205 |
| - "failed": [], |
7206 |
| - "pending": [ |
7207 |
| - "app dir - form prefetching should not prefetch when prefetch is set to false`", |
7208 |
| - "app dir - form prefetching should prefetch a loading state for the form's target" |
7209 |
| - ], |
7210 |
| - "flakey": [], |
7211 |
| - "runtimeError": false |
7212 |
| - }, |
7213 |
| - "test/e2e/app-dir/next-form/default/next-form.test.ts": { |
7214 |
| - "passed": [ |
7215 |
| - "app dir - form does not navigate if preventDefault is called in onSubmit", |
7216 |
| - "app dir - form does not push a new history entry if `replace` is passed", |
7217 |
| - "app dir - form functions passed to action runs client action", |
7218 |
| - "app dir - form functions passed to action runs server action", |
7219 |
| - "app dir - form functions passed to action runs server action (closure)", |
7220 |
| - "app dir - form functions passed to formAction runs client action from submitter and doesn't warn about unsupported attributes", |
7221 |
| - "app dir - form functions passed to formAction runs server action (closure) from submitter and doesn't warn about unsupported attributes", |
7222 |
| - "app dir - form functions passed to formAction runs server action from submitter and doesn't warn about unsupported attributes", |
7223 |
| - "app dir - form should soft-navigate on submit and show the prefetched loading state", |
7224 |
| - "app dir - form should soft-navigate to the formAction url of the submitter", |
7225 |
| - "app dir - form unsupported attributes on submitter should warn if submitter sets \"formEncType\" to an unsupported value and fall back to default submit behavior", |
7226 |
| - "app dir - form unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior", |
7227 |
| - "app dir - form unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior", |
7228 |
| - "app dir - form url-encodes file inputs, but warns about them", |
7229 |
| - "pages dir - form does not navigate if preventDefault is called in onSubmit", |
7230 |
| - "pages dir - form does not push a new history entry if `replace` is passed", |
7231 |
| - "pages dir - form functions passed to action runs client action", |
7232 |
| - "pages dir - form functions passed to formAction runs client action from submitter and doesn't warn about unsupported attributes", |
7233 |
| - "pages dir - form should soft-navigate on submit", |
7234 |
| - "pages dir - form should soft-navigate to the formAction url of the submitter", |
7235 |
| - "pages dir - form unsupported attributes on submitter should warn if submitter sets \"formEncType\" to an unsupported value and fall back to default submit behavior", |
7236 |
| - "pages dir - form unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior", |
7237 |
| - "pages dir - form unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior", |
7238 |
| - "pages dir - form url-encodes file inputs, but warns about them" |
7239 |
| - ], |
7240 |
| - "failed": [], |
7241 |
| - "pending": [], |
7242 |
| - "flakey": [], |
7243 |
| - "runtimeError": false |
7244 |
| - }, |
7245 | 7243 | "test/e2e/app-dir/next-image/next-image-https.test.ts": {
|
7246 | 7244 | "passed": [
|
7247 | 7245 | "app dir - next-image (with https) only runs on CI as it requires administrator privileges"
|
|
9172 | 9170 | "use-cache-hanging-inputs when an uncached promise is used inside of \"use cache\" should show an error toast after a timeout",
|
9173 | 9171 | "use-cache-hanging-inputs when an uncached promise is used inside of a nested \"use cache\" should show an error toast after a timeout",
|
9174 | 9172 | "use-cache-hanging-inputs when searchParams are unused inside of \"use cache\" should not show an error",
|
9175 |
| - "use-cache-hanging-inputs when searchParams are used inside of \"use cache\" should show an error toast after a timeout" |
| 9173 | + "use-cache-hanging-inputs when searchParams are used inside of \"use cache\" should show an error toast after a timeout", |
| 9174 | + "use-cache-hanging-inputs when searchParams are used inside of \"use cache\", wrapped in try/catch should show an error toast after a timeout" |
9176 | 9175 | ],
|
9177 | 9176 | "failed": [],
|
9178 | 9177 | "pending": [],
|
|
11064 | 11063 | "flakey": [],
|
11065 | 11064 | "runtimeError": false
|
11066 | 11065 | },
|
| 11066 | + "test/e2e/next-form/basepath/next-form-basepath.test.ts": { |
| 11067 | + "passed": [ |
| 11068 | + "app dir - form - with basepath should add basePath to `action`", |
| 11069 | + "app dir - form - with basepath should not add basePath to a submitter's formAction" |
| 11070 | + ], |
| 11071 | + "failed": [], |
| 11072 | + "pending": [], |
| 11073 | + "flakey": [], |
| 11074 | + "runtimeError": false |
| 11075 | + }, |
| 11076 | + "test/e2e/next-form/default/app-dir.test.ts": { |
| 11077 | + "passed": [ |
| 11078 | + "next-form - app dir does not navigate if preventDefault is called in onSubmit", |
| 11079 | + "next-form - app dir does not push a new history entry if `replace` is passed", |
| 11080 | + "next-form - app dir functions passed to action runs client action", |
| 11081 | + "next-form - app dir functions passed to action runs server action", |
| 11082 | + "next-form - app dir functions passed to action runs server action (closure)", |
| 11083 | + "next-form - app dir functions passed to formAction runs client action from submitter and doesn't warn about unsupported attributes", |
| 11084 | + "next-form - app dir functions passed to formAction runs server action (closure) from submitter and doesn't warn about unsupported attributes", |
| 11085 | + "next-form - app dir functions passed to formAction runs server action from submitter and doesn't warn about unsupported attributes", |
| 11086 | + "next-form - app dir should soft-navigate on submit and show the prefetched loading state", |
| 11087 | + "next-form - app dir should soft-navigate to the formAction url of the submitter", |
| 11088 | + "next-form - app dir unsupported attributes on submitter should warn if submitter sets \"formEncType\" to an unsupported value and fall back to default submit behavior", |
| 11089 | + "next-form - app dir unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior", |
| 11090 | + "next-form - app dir unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior", |
| 11091 | + "next-form - app dir url-encodes file inputs, but warns about them" |
| 11092 | + ], |
| 11093 | + "failed": [], |
| 11094 | + "pending": [], |
| 11095 | + "flakey": [], |
| 11096 | + "runtimeError": false |
| 11097 | + }, |
| 11098 | + "test/e2e/next-form/default/next-form-prefetch.test.ts": { |
| 11099 | + "passed": [], |
| 11100 | + "failed": [], |
| 11101 | + "pending": [ |
| 11102 | + "app dir - form prefetching should not prefetch when prefetch is set to false`", |
| 11103 | + "app dir - form prefetching should prefetch a loading state for the form's target" |
| 11104 | + ], |
| 11105 | + "flakey": [], |
| 11106 | + "runtimeError": false |
| 11107 | + }, |
| 11108 | + "test/e2e/next-form/default/pages-dir.test.ts": { |
| 11109 | + "passed": [ |
| 11110 | + "next-form - pages dir does not navigate if preventDefault is called in onSubmit", |
| 11111 | + "next-form - pages dir does not push a new history entry if `replace` is passed", |
| 11112 | + "next-form - pages dir functions passed to action runs client action", |
| 11113 | + "next-form - pages dir functions passed to formAction runs client action from submitter and doesn't warn about unsupported attributes", |
| 11114 | + "next-form - pages dir should soft-navigate on submit", |
| 11115 | + "next-form - pages dir should soft-navigate to the formAction url of the submitter", |
| 11116 | + "next-form - pages dir unsupported attributes on submitter should warn if submitter sets \"formEncType\" to an unsupported value and fall back to default submit behavior", |
| 11117 | + "next-form - pages dir unsupported attributes on submitter should warn if submitter sets \"formMethod\" to an unsupported value and fall back to default submit behavior", |
| 11118 | + "next-form - pages dir unsupported attributes on submitter should warn if submitter sets \"formTarget\" to an unsupported value and fall back to default submit behavior", |
| 11119 | + "next-form - pages dir url-encodes file inputs, but warns about them" |
| 11120 | + ], |
| 11121 | + "failed": [], |
| 11122 | + "pending": [], |
| 11123 | + "flakey": [], |
| 11124 | + "runtimeError": false |
| 11125 | + }, |
11067 | 11126 | "test/e2e/next-head/index.test.ts": {
|
11068 | 11127 | "passed": [
|
11069 | 11128 | "next/head should have correct head tags after hydration",
|
|
0 commit comments