diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json index d4eadc7b21197..2e0cbf4ae7b49 100644 --- a/test/rspack-build-tests-manifest.json +++ b/test/rspack-build-tests-manifest.json @@ -3311,6 +3311,7 @@ "app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url", "app dir - metadata dynamic routes should support edge runtime of image routes", "app dir - metadata dynamic routes should use localhost for local prod and fallback to deployment url when metadataBase is falsy", + "app dir - metadata dynamic routes sitemap should 404 for non-existing id from generateImageMetadata", "app dir - metadata dynamic routes sitemap should generate static paths of dynamic sitemap in production", "app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes", "app dir - metadata dynamic routes sitemap should not throw if client components are imported but not used in sitemap", @@ -6479,7 +6480,8 @@ }, "test/e2e/app-dir/sitemap-group/sitemap-group.test.ts": { "passed": [ - "sitemap-group should not add suffix to sitemap under group routes" + "sitemap-group should not add suffix to sitemap under group routes", + "sitemap-group should not add suffix to static sitemap.xml under group routes" ], "failed": [], "pending": [], @@ -19931,6 +19933,13 @@ "flakey": [], "runtimeError": false }, + "test/production/app-dir/tsconfig-no-relative-resolve/tsconfig-no-relative-resolve.test.ts": { + "passed": ["tsconfig-no-relative-resolve should fail to build"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/production/app-dir/typed-routes-with-webpack-worker/typed-routes-with-webpack-worker.test.ts": { "passed": [ "app dir - typed-routes-with-webpack-worker builds successfully without errors",