[Cleanup] remove type=local from local test/generators. (flutter/engine#41465)

The `"type": "local"` property from local test and generators was never used. Removing from configurations.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
godofredoc 2023-04-24 19:53:06 -07:00 committed by GitHub
parent 78d8124320
commit 465c5dc0a7
5 changed files with 15 additions and 30 deletions

View File

@ -44,8 +44,7 @@
"--android-variant",
"android_jit_release_x86"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -97,8 +96,7 @@
"--android-variant",
"android_debug"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},

View File

@ -60,8 +60,7 @@
"impeller-vulkan",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -117,8 +116,7 @@
"dart",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -166,8 +164,7 @@
"dart,engine",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -224,8 +221,7 @@
"dart,engine,benchmarks",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
}

View File

@ -54,8 +54,7 @@
"dart",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -108,8 +107,7 @@
"dart,engine",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -170,8 +168,7 @@
"--type",
"dart,engine,impeller-golden"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},

View File

@ -46,8 +46,7 @@
"dart,engine",
"--engine-capture-core-dump"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},
@ -105,16 +104,14 @@
"--ios-variant",
"ios_debug_sim"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
},
{
"name": "Scenario App Integration Tests",
"parameters": [
"ios_debug_sim"
],
"script": "flutter/testing/scenario_app/run_ios_tests.sh",
"type": "local"
"script": "flutter/testing/scenario_app/run_ios_tests.sh"
}
]
},
@ -216,16 +213,14 @@
"--ios-variant",
"ios_debug_sim_arm64"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
},
{
"name": "Scenario App Integration Tests",
"parameters": [
"ios_debug_sim_arm64"
],
"script": "flutter/testing/scenario_app/run_ios_tests.sh",
"type": "local"
"script": "flutter/testing/scenario_app/run_ios_tests.sh"
}
]

View File

@ -51,8 +51,7 @@
"--type",
"engine"
],
"script": "flutter/testing/run_tests.py",
"type": "local"
"script": "flutter/testing/run_tests.py"
}
]
},