diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index c94e058fff100..af7aafd3dc100 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -5830,6 +5830,21 @@ "flakey": [], "runtimeError": false }, + "test/e2e/on-request-error/isr/isr.test.ts": { + "passed": [ + "on-request-error - isr app router ISR should capture correct reason for build errored route", + "on-request-error - isr app router ISR should capture correct reason for on-demand revalidated page", + "on-request-error - isr app router ISR should capture correct reason for on-demand revalidated route", + "on-request-error - isr app router ISR should capture correct reason for stale errored page", + "on-request-error - isr app router ISR should capture revalidate from server action", + "on-request-error - isr pages router ISR should capture correct reason for on-demand revalidated page", + "on-request-error - isr pages router ISR should capture correct reason for stale errored page" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/on-request-error/server-action-error/server-action-error.test.ts": { "passed": [ "on-request-error - server-action-error should catch server action error in listener callback in edge runtime", @@ -7843,20 +7858,20 @@ }, "test/integration/css/test/css-compilation.test.js": { "passed": [ - "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should have CSS for page", - "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should've preloaded the CSS file and injected it in ", - "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should have CSS for page", - "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in ", - "CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation", - "CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation", - "CSS Support production mode Good CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file", - "CSS Support production mode Good CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file", "CSS Property Ordering production mode useLightnincsss(false) should have the border width (property ordering)", "CSS Property Ordering production mode useLightnincsss(true) should have the border width (property ordering)", "CSS Support production mode CSS Compilation and Prefixing useLightnincsss(false) should've compiled and prefixed", "CSS Support production mode CSS Compilation and Prefixing useLightnincsss(true) should've compiled and prefixed", + "CSS Support production mode Good CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file", + "CSS Support production mode Good CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file", "CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(false) should've emitted a single CSS file", - "CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file" + "CSS Support production mode Good Nested CSS Import from node_modules useLightnincsss(true) should've emitted a single CSS file", + "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should have CSS for page", + "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(false) should've preloaded the CSS file and injected it in ", + "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should have CSS for page", + "CSS Support production mode Has CSS in computed styles in Production useLightnincsss(true) should've preloaded the CSS file and injected it in ", + "CSS Support production mode React Lifecyce Order (production) useLightnincsss(false) should have the correct color on mount after navigation", + "CSS Support production mode React Lifecyce Order (production) useLightnincsss(true) should have the correct color on mount after navigation" ], "failed": [], "pending": [], @@ -7921,12 +7936,12 @@ }, "test/integration/css/test/css-rendering.test.js": { "passed": [ + "CSS Support CSS page transition inject