Skip to content

Commit 4996d9f

Browse files
Update Rspack development test manifest (vercel#83208)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 9fc907f commit 4996d9f

File tree

1 file changed

+149
-26
lines changed

1 file changed

+149
-26
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 149 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,10 +1118,10 @@
11181118
"runtimeError": false
11191119
},
11201120
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
1121-
"passed": [],
1122-
"failed": [
1121+
"passed": [
11231122
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
11241123
],
1124+
"failed": [],
11251125
"pending": [],
11261126
"flakey": [],
11271127
"runtimeError": false
@@ -5469,6 +5469,15 @@
54695469
"flakey": [],
54705470
"runtimeError": false
54715471
},
5472+
"test/e2e/app-dir/metadata-invalid-image-file/metadata-invalid-image-file.test.ts": {
5473+
"passed": [
5474+
"metadata-invalid-image-file should error on invalid metadata image file"
5475+
],
5476+
"failed": [],
5477+
"pending": [],
5478+
"flakey": [],
5479+
"runtimeError": false
5480+
},
54725481
"test/e2e/app-dir/metadata-json-manifest/index.test.ts": {
54735482
"passed": [
54745483
"app-dir metadata-json-manifest should support metadata.json manifest"
@@ -6017,100 +6026,207 @@
60176026
"flakey": [],
60186027
"runtimeError": false
60196028
},
6020-
"test/e2e/app-dir/next-config-ts/config-as-async-function/index.test.ts": {
6029+
"test/e2e/app-dir/next-config-ts/async-function/async-function-cjs.test.ts": {
6030+
"passed": [
6031+
"next-config-ts-async-function-cjs should support config as async function (CJS)"
6032+
],
6033+
"failed": [],
6034+
"pending": [],
6035+
"flakey": [],
6036+
"runtimeError": false
6037+
},
6038+
"test/e2e/app-dir/next-config-ts/async-function/async-function-esm.test.ts": {
60216039
"passed": [
6022-
"next-config-ts-config-as-async-function should support config as async function"
6040+
"next-config-ts-async-function-esm should support config as async function (ESM)"
60236041
],
60246042
"failed": [],
60256043
"pending": [],
60266044
"flakey": [],
60276045
"runtimeError": false
60286046
},
6029-
"test/e2e/app-dir/next-config-ts/export-as-default/index.test.ts": {
6047+
"test/e2e/app-dir/next-config-ts/export-as-default/next-config-ts-export-as-default-cjs.test.ts": {
60306048
"passed": [
6031-
"next-config-ts-export-as-default should support export { x as default }"
6049+
"next-config-ts-export-as-default-cjs should support export as default (CJS)"
60326050
],
60336051
"failed": [],
60346052
"pending": [],
60356053
"flakey": [],
60366054
"runtimeError": false
60376055
},
6038-
"test/e2e/app-dir/next-config-ts/export-default/index.test.ts": {
6056+
"test/e2e/app-dir/next-config-ts/export-as-default/next-config-ts-export-as-default-esm.test.ts": {
60396057
"passed": [
6040-
"next-config-ts-export-default should support export default { ... }"
6058+
"next-config-ts-export-as-default-esm should support export as default (ESM)"
60416059
],
60426060
"failed": [],
60436061
"pending": [],
60446062
"flakey": [],
60456063
"runtimeError": false
60466064
},
6047-
"test/e2e/app-dir/next-config-ts/import-alias/index.test.ts": {
6048-
"passed": ["next-config-ts-import-alias should support import alias"],
6065+
"test/e2e/app-dir/next-config-ts/export-default/next-config-ts-export-default-cjs.test.ts": {
6066+
"passed": [
6067+
"next-config-ts-export-default-cjs should support export default (CJS)"
6068+
],
60496069
"failed": [],
60506070
"pending": [],
60516071
"flakey": [],
60526072
"runtimeError": false
60536073
},
6054-
"test/e2e/app-dir/next-config-ts/import-from-node-modules/index.test.ts": {
6074+
"test/e2e/app-dir/next-config-ts/export-default/next-config-ts-export-default-esm.test.ts": {
60556075
"passed": [
6056-
"next-config-ts-import-from-node-modules should import from node_modules"
6076+
"next-config-ts-export-default-esm should support export default (ESM)"
60576077
],
60586078
"failed": [],
60596079
"pending": [],
60606080
"flakey": [],
60616081
"runtimeError": false
60626082
},
6063-
"test/e2e/app-dir/next-config-ts/import-json/index.test.ts": {
6064-
"passed": ["next-config-ts-import-json should support import json"],
6083+
"test/e2e/app-dir/next-config-ts/import-alias-paths-only/next-config-ts-import-alias-paths-only-cjs.test.ts": {
6084+
"passed": [
6085+
"next-config-ts-import-alias-paths-only-cjs should support import alias paths only (CJS)"
6086+
],
60656087
"failed": [],
60666088
"pending": [],
60676089
"flakey": [],
60686090
"runtimeError": false
60696091
},
6070-
"test/e2e/app-dir/next-config-ts/nested-imports/index.test.ts": {
6071-
"passed": ["next-config-ts-nested-imports should handle nested imports"],
6092+
"test/e2e/app-dir/next-config-ts/import-alias-paths-only/next-config-ts-import-alias-paths-only-esm.test.ts": {
6093+
"passed": [
6094+
"next-config-ts-import-alias-paths-only-esm should support import alias paths only (ESM)"
6095+
],
60726096
"failed": [],
60736097
"pending": [],
60746098
"flakey": [],
60756099
"runtimeError": false
60766100
},
6077-
"test/e2e/app-dir/next-config-ts/node-api/index.test.ts": {
6078-
"passed": ["next-config-ts-node-api should be able to use Node.js API"],
6101+
"test/e2e/app-dir/next-config-ts/import-alias-paths-with-baseurl/next-config-ts-import-alias-paths-with-baseurl-cjs.test.ts": {
6102+
"passed": [
6103+
"next-config-ts-import-alias-paths-with-baseurl-cjs should support import alias paths with baseUrl (CJS)"
6104+
],
60796105
"failed": [],
60806106
"pending": [],
60816107
"flakey": [],
60826108
"runtimeError": false
60836109
},
6084-
"test/e2e/app-dir/next-config-ts/pkg-commonjs/index.test.ts": {
6110+
"test/e2e/app-dir/next-config-ts/import-alias-paths-with-baseurl/next-config-ts-import-alias-paths-with-baseurl-esm.test.ts": {
60856111
"passed": [
6086-
"next-config-ts-pkg-commonjs should handle ESM modules in CommonJS project"
6112+
"next-config-ts-import-alias-paths-with-baseurl-esm should support import alias paths with baseUrl (ESM)"
60876113
],
60886114
"failed": [],
60896115
"pending": [],
60906116
"flakey": [],
60916117
"runtimeError": false
60926118
},
6093-
"test/e2e/app-dir/next-config-ts/pkg-module/index.test.ts": {
6119+
"test/e2e/app-dir/next-config-ts/import-from-node-modules/next-config-ts-import-from-node-modules-cjs.test.ts": {
60946120
"passed": [
6095-
"next-config-ts-pkg-module should handle ESM modules in CommonJS project"
6121+
"next-config-ts-import-from-node-modules-cjs should import from node_modules (CJS)"
60966122
],
60976123
"failed": [],
60986124
"pending": [],
60996125
"flakey": [],
61006126
"runtimeError": false
61016127
},
6102-
"test/e2e/app-dir/next-config-ts/tsconfig-extends/index.test.ts": {
6128+
"test/e2e/app-dir/next-config-ts/import-from-node-modules/next-config-ts-import-from-node-modules-esm.test.ts": {
61036129
"passed": [
6104-
"next-config-ts-tsconfig-extends should support tsconfig extends"
6130+
"next-config-ts-import-from-node-modules-esm should import from node_modules (ESM)"
61056131
],
61066132
"failed": [],
61076133
"pending": [],
61086134
"flakey": [],
61096135
"runtimeError": false
61106136
},
6111-
"test/e2e/app-dir/next-config-ts/type-error/index.test.ts": {
6137+
"test/e2e/app-dir/next-config-ts/import-js-extensions-cjs/next-config-ts-import-js-extensions-cjs.test.ts": {
61126138
"passed": [
6113-
"next-config-ts-type-error should throw with type error on build"
6139+
"next-config-ts-import-js-extensions-cjs should import js extensions (CJS)"
6140+
],
6141+
"failed": [],
6142+
"pending": [],
6143+
"flakey": [],
6144+
"runtimeError": false
6145+
},
6146+
"test/e2e/app-dir/next-config-ts/import-js-extensions-esm/next-config-ts-import-js-extensions-esm.test.ts": {
6147+
"passed": [
6148+
"next-config-ts-import-js-extensions-esm should import js extensions (ESM)"
6149+
],
6150+
"failed": [],
6151+
"pending": [],
6152+
"flakey": [],
6153+
"runtimeError": false
6154+
},
6155+
"test/e2e/app-dir/next-config-ts/import-json/next-config-ts-import-json-cjs.test.ts": {
6156+
"passed": [
6157+
"next-config-ts-import-json-cjs should support import json (CJS)"
6158+
],
6159+
"failed": [],
6160+
"pending": [],
6161+
"flakey": [],
6162+
"runtimeError": false
6163+
},
6164+
"test/e2e/app-dir/next-config-ts/import-json/next-config-ts-import-json-esm.test.ts": {
6165+
"passed": [
6166+
"next-config-ts-import-json-esm should support import json (ESM)"
6167+
],
6168+
"failed": [],
6169+
"pending": [],
6170+
"flakey": [],
6171+
"runtimeError": false
6172+
},
6173+
"test/e2e/app-dir/next-config-ts/nested-imports/next-config-ts-nested-imports-cjs.test.ts": {
6174+
"passed": [
6175+
"next-config-ts-nested-imports-cjs should handle nested imports (CJS)"
6176+
],
6177+
"failed": [],
6178+
"pending": [],
6179+
"flakey": [],
6180+
"runtimeError": false
6181+
},
6182+
"test/e2e/app-dir/next-config-ts/nested-imports/next-config-ts-nested-imports-esm.test.ts": {
6183+
"passed": [
6184+
"next-config-ts-nested-imports-esm should handle nested imports (ESM)"
6185+
],
6186+
"failed": [],
6187+
"pending": [],
6188+
"flakey": [],
6189+
"runtimeError": false
6190+
},
6191+
"test/e2e/app-dir/next-config-ts/node-api-cjs/next-config-ts-node-api-cjs.test.ts": {
6192+
"passed": [
6193+
"next-config-ts-node-api-cjs should be able to use Node.js API (CJS)"
6194+
],
6195+
"failed": [],
6196+
"pending": [],
6197+
"flakey": [],
6198+
"runtimeError": false
6199+
},
6200+
"test/e2e/app-dir/next-config-ts/tsconfig-extends/next-config-ts-tsconfig-extends-cjs.test.ts": {
6201+
"passed": [
6202+
"next-config-ts-tsconfig-extends-cjs should support tsconfig extends (CJS)"
6203+
],
6204+
"failed": [],
6205+
"pending": [],
6206+
"flakey": [],
6207+
"runtimeError": false
6208+
},
6209+
"test/e2e/app-dir/next-config-ts/tsconfig-extends/next-config-ts-tsconfig-extends-esm.test.ts": {
6210+
"passed": [
6211+
"next-config-ts-tsconfig-extends-esm should support tsconfig extends (ESM)"
6212+
],
6213+
"failed": [],
6214+
"pending": [],
6215+
"flakey": [],
6216+
"runtimeError": false
6217+
},
6218+
"test/e2e/app-dir/next-config-ts/type-error/next-config-ts-type-error-cjs.test.ts": {
6219+
"passed": [
6220+
"next-config-ts-type-error-cjs should throw with type error on build (CJS)"
6221+
],
6222+
"failed": [],
6223+
"pending": [],
6224+
"flakey": [],
6225+
"runtimeError": false
6226+
},
6227+
"test/e2e/app-dir/next-config-ts/type-error/next-config-ts-type-error-esm.test.ts": {
6228+
"passed": [
6229+
"next-config-ts-type-error-esm should throw with type error on build (ESM)"
61146230
],
61156231
"failed": [],
61166232
"pending": [],
@@ -11299,6 +11415,13 @@
1129911415
"flakey": [],
1130011416
"runtimeError": false
1130111417
},
11418+
"test/e2e/turbopack-loader-config/index.test.ts": {
11419+
"passed": ["turbopack-loader-config should only run the test in turbopack"],
11420+
"failed": [],
11421+
"pending": [],
11422+
"flakey": [],
11423+
"runtimeError": false
11424+
},
1130211425
"test/e2e/turbopack-turbo-config-compatibility/index.test.ts": {
1130311426
"passed": [],
1130411427
"failed": [],

0 commit comments

Comments
 (0)