Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-extend-dynamic/
Dexpected.json3 "stdout": "TypeError: Class D shouldn't extend dynamic class. [main.ets:18:19]\n", string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-export-decl/
Dexpected.json3 …"stdout": "SyntaxError: Export keyword without declare shouldn't be used in declaration module. [i… string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/resolve-dynamic-paths/
Dexpected.json3 "stdout": "", string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/incorrect-include/
Dexpected.json3 …"stdout": "Fatal error: Invalid ArkTsConfig: incorrect-include/arktsconfig.json\nArkTS config erro… string
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/typecheck-decl/
Dexpected.json3 …"stdout": "TypeError: Type 'int' is not compatible with type 'String' at property 'location' [main… string
/arkcompiler/ets_frontend/test262/
Dbabel-preprocessor.js27 stdout: '', property
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_common.py71 def __init__(self, returncode, stdout, stderr): argument
143 def parse_stdout(error: str, stdout): argument
Dstress_test.py35 def __init__(self, source, result, stdout=None, stderr=None): argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py52 def parse_c2p_output(name, stdout, stderr, returncode, d): argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py54 def parse_c2p_output(name, stdout, stderr, returncode, d): argument
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/
Dmock_subprocess.py48 stdout: bytes = b"" variable in FakeCommand
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Druntime.py91 stdout: List[str] = field(default_factory=list) variable in ProcessCapture
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py269 def validate_module_name_change(task, inc_task, is_debug, stdout, stderr, new_module_name): argument
1849 def validate(compilation_info, task, is_debug, stdout, stderr, picture_name='', output_file=''): argument
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py257 stdout: Optional[str] = None # present only if there is some output variable in StepResult