Skip to content

Commit

Permalink
Turn off enableYieldingBeforePassive in internal test renderers (#31863)
Browse files Browse the repository at this point in the history
#31785 turned on
`enableYieldingBeforePassive` for the internal test renderer builds. We
have some failing tests on the RN side blocking the sync so lets turn
these off for now.

DiffTrain build for [de82912](de82912)
  • Loading branch information
jackpope committed Dec 20, 2024
1 parent 663e50c commit 8533013
Show file tree
Hide file tree
Showing 23 changed files with 1,090 additions and 936 deletions.
2 changes: 1 addition & 1 deletion compiled-rn/VERSION_NATIVE_FB
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0-native-fb-bd76ce54-20241219
19.1.0-native-fb-de82912e-20241220
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<6a21bda7f462f4af1bef1d4e059c2781>>
* @generated SignedSource<<7d43d556d6cda21040ca38eaa1899639>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1f274bddb9fac86b6e9d48affbbf7a52>>
* @generated SignedSource<<33325bbf8d92f7ad7686bf4ba20ab449>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1f274bddb9fac86b6e9d48affbbf7a52>>
* @generated SignedSource<<33325bbf8d92f7ad7686bf4ba20ab449>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<330c9a6e5f20e4afb43ad094e73ff578>>
* @generated SignedSource<<885807ecaf8737cedb8a82b81f4d0cfa>>
*/

/*
Expand Down Expand Up @@ -25875,11 +25875,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-native-fb-bd76ce54-20241219" !== isomorphicReactPackageVersion)
if ("19.1.0-native-fb-de82912e-20241220" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-native-fb-bd76ce54-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-native-fb-de82912e-20241220\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -25916,10 +25916,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219"
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -26065,5 +26065,5 @@ __DEV__ &&
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<97b33de5ae7a4c1be97c2a0564bdf380>>
* @generated SignedSource<<edd4d2374bbc8b75f540347e845bd122>>
*/

/*
Expand Down Expand Up @@ -15892,14 +15892,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1727 = React.version;
if (
"19.1.0-native-fb-bd76ce54-20241219" !==
"19.1.0-native-fb-de82912e-20241220" !==
isomorphicReactPackageVersion$jscomp$inline_1727
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1727,
"19.1.0-native-fb-bd76ce54-20241219"
"19.1.0-native-fb-de82912e-20241220"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15921,10 +15921,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2185 = {
bundleType: 0,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219"
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2186 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -16030,4 +16030,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<79e692d0162594c57932d52d33c4e1e7>>
* @generated SignedSource<<e11fdc4be85671d6bba549317df155df>>
*/

/*
Expand Down Expand Up @@ -16545,14 +16545,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1817 = React.version;
if (
"19.1.0-native-fb-bd76ce54-20241219" !==
"19.1.0-native-fb-de82912e-20241220" !==
isomorphicReactPackageVersion$jscomp$inline_1817
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1817,
"19.1.0-native-fb-bd76ce54-20241219"
"19.1.0-native-fb-de82912e-20241220"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -16574,10 +16574,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_1824 = {
bundleType: 0,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219",
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$293 = 0;
Expand Down Expand Up @@ -16698,4 +16698,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<9dea6c36c6320947a3ecbf0f477f67e2>>
* @generated SignedSource<<35570adf245d74fc3d3f737ceda7337c>>
*/

/*
Expand Down Expand Up @@ -25936,11 +25936,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-native-fb-bd76ce54-20241219" !== isomorphicReactPackageVersion)
if ("19.1.0-native-fb-de82912e-20241220" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-native-fb-bd76ce54-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-native-fb-de82912e-20241220\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -25977,10 +25977,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219"
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -26442,7 +26442,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<cba81e83a885c85d655fd1f3c992367a>>
* @generated SignedSource<<5a2e692a7ffa1472e79fb24ea3ae15b1>>
*/

/*
Expand Down Expand Up @@ -15903,14 +15903,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1728 = React.version;
if (
"19.1.0-native-fb-bd76ce54-20241219" !==
"19.1.0-native-fb-de82912e-20241220" !==
isomorphicReactPackageVersion$jscomp$inline_1728
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1728,
"19.1.0-native-fb-bd76ce54-20241219"
"19.1.0-native-fb-de82912e-20241220"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15932,10 +15932,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2188 = {
bundleType: 0,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219"
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2189 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -16195,4 +16195,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<d4c9a708de6921247414647706322db5>>
* @generated SignedSource<<75dafe1d5332ad275409bdcd94de5edf>>
*/

/*
Expand Down Expand Up @@ -16560,14 +16560,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1818 = React.version;
if (
"19.1.0-native-fb-bd76ce54-20241219" !==
"19.1.0-native-fb-de82912e-20241220" !==
isomorphicReactPackageVersion$jscomp$inline_1818
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1818,
"19.1.0-native-fb-bd76ce54-20241219"
"19.1.0-native-fb-de82912e-20241220"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -16589,10 +16589,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_1825 = {
bundleType: 0,
version: "19.1.0-native-fb-bd76ce54-20241219",
version: "19.1.0-native-fb-de82912e-20241220",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-native-fb-bd76ce54-20241219",
reconcilerVersion: "19.1.0-native-fb-de82912e-20241220",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$293 = 0;
Expand Down Expand Up @@ -16867,7 +16867,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-bd76ce54-20241219";
exports.version = "19.1.0-native-fb-de82912e-20241220";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Loading

0 comments on commit 8533013

Please sign in to comment.