|
1683 | 1683 | }, |
1684 | 1684 | "test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts": { |
1685 | 1685 | "passed": [ |
1686 | | - "back/forward cache React state is preserved when navigating back to a page with different search params than before ", |
1687 | 1686 | "back/forward cache React state is preserved when navigating back/forward with links", |
1688 | 1687 | "back/forward cache React state is preserved when navigating with back/forward buttons", |
1689 | 1688 | "back/forward cache bfcache only preserves up to N entries", |
1690 | 1689 | "back/forward cache navigate back and forth repeatedly between the same pages without evicting" |
1691 | 1690 | ], |
1692 | 1691 | "failed": [], |
1693 | | - "pending": [], |
| 1692 | + "pending": [ |
| 1693 | + "back/forward cache React state is preserved when navigating back to a page with different search params than before " |
| 1694 | + ], |
1694 | 1695 | "flakey": [], |
1695 | 1696 | "runtimeError": false |
1696 | 1697 | }, |
|
4020 | 4021 | "flakey": [], |
4021 | 4022 | "runtimeError": false |
4022 | 4023 | }, |
| 4024 | + "test/e2e/app-dir/next-config-ts-native-mts/async-function/async-function-cjs.test.ts": { |
| 4025 | + "passed": [], |
| 4026 | + "failed": [], |
| 4027 | + "pending": [ |
| 4028 | + "next-config-ts-async-function-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4029 | + ], |
| 4030 | + "flakey": [], |
| 4031 | + "runtimeError": false |
| 4032 | + }, |
| 4033 | + "test/e2e/app-dir/next-config-ts-native-mts/async-function/async-function-esm.test.ts": { |
| 4034 | + "passed": [], |
| 4035 | + "failed": [], |
| 4036 | + "pending": [ |
| 4037 | + "next-config-ts-async-function-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4038 | + ], |
| 4039 | + "flakey": [], |
| 4040 | + "runtimeError": false |
| 4041 | + }, |
| 4042 | + "test/e2e/app-dir/next-config-ts-native-mts/dynamic-import-esm/next-config-ts-dynamic-import-esm.test.ts": { |
| 4043 | + "passed": [], |
| 4044 | + "failed": [], |
| 4045 | + "pending": [ |
| 4046 | + "next-config-ts-dynamic-import-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4047 | + ], |
| 4048 | + "flakey": [], |
| 4049 | + "runtimeError": false |
| 4050 | + }, |
| 4051 | + "test/e2e/app-dir/next-config-ts-native-mts/export-as-default/next-config-ts-export-as-default-cjs.test.ts": { |
| 4052 | + "passed": [], |
| 4053 | + "failed": [], |
| 4054 | + "pending": [ |
| 4055 | + "next-config-ts-export-as-default-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4056 | + ], |
| 4057 | + "flakey": [], |
| 4058 | + "runtimeError": false |
| 4059 | + }, |
| 4060 | + "test/e2e/app-dir/next-config-ts-native-mts/export-as-default/next-config-ts-export-as-default-esm.test.ts": { |
| 4061 | + "passed": [], |
| 4062 | + "failed": [], |
| 4063 | + "pending": [ |
| 4064 | + "next-config-ts-export-as-default-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4065 | + ], |
| 4066 | + "flakey": [], |
| 4067 | + "runtimeError": false |
| 4068 | + }, |
| 4069 | + "test/e2e/app-dir/next-config-ts-native-mts/export-default/next-config-ts-export-default-cjs.test.ts": { |
| 4070 | + "passed": [], |
| 4071 | + "failed": [], |
| 4072 | + "pending": [ |
| 4073 | + "next-config-ts-export-default-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4074 | + ], |
| 4075 | + "flakey": [], |
| 4076 | + "runtimeError": false |
| 4077 | + }, |
| 4078 | + "test/e2e/app-dir/next-config-ts-native-mts/export-default/next-config-ts-export-default-esm.test.ts": { |
| 4079 | + "passed": [], |
| 4080 | + "failed": [], |
| 4081 | + "pending": [ |
| 4082 | + "next-config-ts-export-default-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4083 | + ], |
| 4084 | + "flakey": [], |
| 4085 | + "runtimeError": false |
| 4086 | + }, |
| 4087 | + "test/e2e/app-dir/next-config-ts-native-mts/import-from-node-modules/next-config-ts-import-from-node-modules-cjs.test.ts": { |
| 4088 | + "passed": [], |
| 4089 | + "failed": [], |
| 4090 | + "pending": [ |
| 4091 | + "next-config-ts-import-from-node-modules-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4092 | + ], |
| 4093 | + "flakey": [], |
| 4094 | + "runtimeError": false |
| 4095 | + }, |
| 4096 | + "test/e2e/app-dir/next-config-ts-native-mts/import-from-node-modules/next-config-ts-import-from-node-modules-esm.test.ts": { |
| 4097 | + "passed": [], |
| 4098 | + "failed": [], |
| 4099 | + "pending": [ |
| 4100 | + "next-config-ts-import-from-node-modules-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4101 | + ], |
| 4102 | + "flakey": [], |
| 4103 | + "runtimeError": false |
| 4104 | + }, |
| 4105 | + "test/e2e/app-dir/next-config-ts-native-mts/import-js-extensions-cjs/next-config-ts-import-js-extensions-cjs.test.ts": { |
| 4106 | + "passed": [], |
| 4107 | + "failed": [], |
| 4108 | + "pending": [ |
| 4109 | + "next-config-ts-import-js-extensions-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4110 | + ], |
| 4111 | + "flakey": [], |
| 4112 | + "runtimeError": false |
| 4113 | + }, |
| 4114 | + "test/e2e/app-dir/next-config-ts-native-mts/import-js-extensions-esm/next-config-ts-import-js-extensions-esm.test.ts": { |
| 4115 | + "passed": [], |
| 4116 | + "failed": [], |
| 4117 | + "pending": [ |
| 4118 | + "next-config-ts-import-js-extensions-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4119 | + ], |
| 4120 | + "flakey": [], |
| 4121 | + "runtimeError": false |
| 4122 | + }, |
| 4123 | + "test/e2e/app-dir/next-config-ts-native-mts/import-json/next-config-ts-import-json-cjs.test.ts": { |
| 4124 | + "passed": [], |
| 4125 | + "failed": [], |
| 4126 | + "pending": [ |
| 4127 | + "next-config-ts-import-json-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4128 | + ], |
| 4129 | + "flakey": [], |
| 4130 | + "runtimeError": false |
| 4131 | + }, |
| 4132 | + "test/e2e/app-dir/next-config-ts-native-mts/import-json/next-config-ts-import-json-esm.test.ts": { |
| 4133 | + "passed": [], |
| 4134 | + "failed": [], |
| 4135 | + "pending": [ |
| 4136 | + "next-config-ts-import-json-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4137 | + ], |
| 4138 | + "flakey": [], |
| 4139 | + "runtimeError": false |
| 4140 | + }, |
| 4141 | + "test/e2e/app-dir/next-config-ts-native-mts/nested-imports/next-config-ts-nested-imports-cjs.test.ts": { |
| 4142 | + "passed": [], |
| 4143 | + "failed": [], |
| 4144 | + "pending": [ |
| 4145 | + "next-config-ts-nested-imports-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4146 | + ], |
| 4147 | + "flakey": [], |
| 4148 | + "runtimeError": false |
| 4149 | + }, |
| 4150 | + "test/e2e/app-dir/next-config-ts-native-mts/nested-imports/next-config-ts-nested-imports-esm.test.ts": { |
| 4151 | + "passed": [], |
| 4152 | + "failed": [], |
| 4153 | + "pending": [ |
| 4154 | + "next-config-ts-nested-imports-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4155 | + ], |
| 4156 | + "flakey": [], |
| 4157 | + "runtimeError": false |
| 4158 | + }, |
| 4159 | + "test/e2e/app-dir/next-config-ts-native-mts/node-api-cjs/next-config-ts-node-api-cjs.test.ts": { |
| 4160 | + "passed": [], |
| 4161 | + "failed": [], |
| 4162 | + "pending": [ |
| 4163 | + "next-config-ts-node-api-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4164 | + ], |
| 4165 | + "flakey": [], |
| 4166 | + "runtimeError": false |
| 4167 | + }, |
| 4168 | + "test/e2e/app-dir/next-config-ts-native-mts/node-api-esm/next-config-ts-node-api-esm.test.ts": { |
| 4169 | + "passed": [], |
| 4170 | + "failed": [], |
| 4171 | + "pending": [ |
| 4172 | + "next-config-ts-node-api-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4173 | + ], |
| 4174 | + "flakey": [], |
| 4175 | + "runtimeError": false |
| 4176 | + }, |
| 4177 | + "test/e2e/app-dir/next-config-ts-native-mts/top-level-await-esm/next-config-ts-top-level-await-esm.test.ts": { |
| 4178 | + "passed": [], |
| 4179 | + "failed": [], |
| 4180 | + "pending": [ |
| 4181 | + "next-config-ts-top-level-await-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4182 | + ], |
| 4183 | + "flakey": [], |
| 4184 | + "runtimeError": false |
| 4185 | + }, |
| 4186 | + "test/e2e/app-dir/next-config-ts-native-mts/type-error/next-config-ts-type-error-cjs.test.ts": { |
| 4187 | + "passed": [], |
| 4188 | + "failed": [], |
| 4189 | + "pending": [ |
| 4190 | + "next-config-ts-type-error-cjs requires `process.features.typescript` to feature detect Node.js native TS" |
| 4191 | + ], |
| 4192 | + "flakey": [], |
| 4193 | + "runtimeError": false |
| 4194 | + }, |
| 4195 | + "test/e2e/app-dir/next-config-ts-native-mts/type-error/next-config-ts-type-error-esm.test.ts": { |
| 4196 | + "passed": [], |
| 4197 | + "failed": [], |
| 4198 | + "pending": [ |
| 4199 | + "next-config-ts-type-error-esm requires `process.features.typescript` to feature detect Node.js native TS" |
| 4200 | + ], |
| 4201 | + "flakey": [], |
| 4202 | + "runtimeError": false |
| 4203 | + }, |
4023 | 4204 | "test/e2e/app-dir/next-config-ts-native-ts/async-function/async-function-cjs.test.ts": { |
4024 | 4205 | "passed": [], |
4025 | 4206 | "failed": [], |
|
0 commit comments