Sign generated tests (#1503)

Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1503

This diff makes it so that our driver will sign all of the generated files to help ensure that they are not edited by hand. Next I will add CI to actually verify the signature

Reviewed By: NickGerleman

Differential Revision: D51966201

fbshipit-source-id: f7e3f4fde1c98832212a448b2dcc8e21be0560c4
This commit is contained in:
Joe Vilches
2023-12-14 11:48:22 -08:00
committed by Facebook GitHub Bot
parent e1b59d63a7
commit 4743040d62
69 changed files with 253 additions and 160 deletions

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<edca8454aa41684263e2f0191ba4d254>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAbsolutePositionTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAbsolutePositionTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<7f941503c4fed45ffd7c07f713d691bb>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignContentTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignContentTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<385359983a1893255ac670b476003ea1>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignItemsTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignItemsTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<ba65635ecde51700c34c2bde933631f5>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignSelfTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAlignSelfTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<6e99817d4a64ac55d5e204efd8d19aeb>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAndroidNewsFeed.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAndroidNewsFeed.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<3ac25c19e4407880aca2a6c1273927b6>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGAspectRatioTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGAspectRatioTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<2e9d73d454aa734212a0ad3a58988ca7>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGBorderTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGBorderTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<9e7ecc566aba4120d45204870745a9b5>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGDimensionTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGDimensionTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<83236c61730001945983b4f11d3b8573>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGDisplayTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGDisplayTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<ac93cb3f5aaf7a6f9a0df4301ede841d>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexDirectionTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexDirectionTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<cdf5a655f621afd2419fb35894eb0121>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<df11e1c4a2b403410fe5f5d4d146d972>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexWrapTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGFlexWrapTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<6c74741b8c1f065f50e209df81508dfa>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGGapTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGGapTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<1fdeca7eb4d706ca8ed52add50aa7c70>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGJustifyContentTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGJustifyContentTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<93d5e518e445549782e4f3670df5429a>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGMarginTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGMarginTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<52ab821d350bb0f9160b94658952f64e>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGMinMaxDimensionTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGMinMaxDimensionTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<0ede4a9387a257dee981b0be5b9bddbd>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGPaddingTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGPaddingTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<31e52c7900fc207dcb99becfaa715781>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGPercentageTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGPercentageTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<1132efa685e8c02062c77e559ae2a6ec>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGRoundingTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGRoundingTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<76a548184c3b6c1be615c613c3615f47>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGSizeOverflowTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGSizeOverflowTest.html
import Yoga from 'yoga-layout';
import {
Align,

View File

@@ -3,10 +3,11 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<2b8898040d6bc7b34efc9316f4126229>>
* generated by gentest/gentest-driver.ts from gentest/fixtures/YGStaticPositionTest.html
*/
// @generated by gentest/gentest-driver.ts from gentest/fixtures/YGStaticPositionTest.html
import Yoga from 'yoga-layout';
import {
Align,