arkcompiler_ets_runtime/test
huoqingyi 8239a5e80f Modify typeinfer tests
Description:
Currently the typeinfer test compares the gatetypes of gates with the expected types
by printing the bytecode name log and gatetype log. In order to pass the tests,
it relies on front end keeping the functions and bytecodes' order unchanged.
This is inappropriate and does not adapt to the increasing optimization of the front end.
Therefore, We need to take a more appropriate solution.
We plan to compare gatetypes of gates in Circuit IR and expected types at compile time.

Issue:
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5HSKP

Change-Id: Id62a39ec0fc2327ede4e3ee1e770bc65bfc891d4
Signed-off-by: huoqingyi <huoqingyi@huawei.com>
2022-07-20 20:34:58 +08:00
..
aottest modify arkcompiler_ets_runtime path 2022-07-14 12:35:04 +08:00
fuzztest fix fuzzing test error and enable fuzzing test of ark_js_runtime 2022-07-15 12:22:53 +08:00
moduletest add test case assignproxy 2022-07-18 16:35:55 +08:00
resource/js_runtime Descriptor: fix ut error 2022-07-20 18:04:16 +08:00
typeinfer Modify typeinfer tests 2022-07-20 20:34:58 +08:00
run_test262.sh modify arkcompiler_ets_runtime path 2022-07-14 12:35:04 +08:00
test_helper.gni Modify typeinfer tests 2022-07-20 20:34:58 +08:00