Home
last modified time | relevance | path

Searched refs:PatchRunner (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py1240 class PatchRunner(Runner): class
1271 class HotfixRunner(PatchRunner):
1273 PatchRunner.__init__(self, args, "hotfix")
1276 class HotreloadRunner(PatchRunner):
1278 PatchRunner.__init__(self, args, "hotreload")
1281 class ColdfixRunner(PatchRunner):
1283 PatchRunner.__init__(self, args, "coldfix")
1286 class ColdreloadRunner(PatchRunner):
1288 PatchRunner.__init__(self, args, "coldreload")

Completed in 4 milliseconds