[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:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
@@ -51,8 +51,7 @@
|
||||
"--type",
|
||||
"engine"
|
||||
],
|
||||
"script": "flutter/testing/run_tests.py",
|
||||
"type": "local"
|
||||
"script": "flutter/testing/run_tests.py"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user