Home
last modified time | relevance | path

Searched full:error_text (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/validators/astchecker/
Dutil_astchecker.py153 error_text, error_loc = error_str.rsplit(' ', 1)
154 actual_errors.add((error_text.strip(), error_loc))
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py144 error_text, error_loc = error_str.rsplit(' ', 1)
145 actual_errors.add((error_text.strip(), error_loc))
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml302 error_text: "'Hello World'123;"
Dexecution.py1261 error_text = arkui_patch.get('error_text')
1266 new_content = old_content.replace(origin_text, error_text)
1279 new_content = old_content.replace(error_text, origin_text)