mindspore/tests/st/fallback/control_flow
liangzhibo 660a1346c8 Fix some test case 2023-11-30 19:39:00 +08:00
..
test_fallback_000_single_if.py reajust test level 2023-09-12 20:57:49 +08:00
test_fallback_001_single_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_002_single_for.py Fix iter node used in for problem 2023-11-21 11:45:41 +08:00
test_fallback_010_if_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_011_if_in_while.py Fix while condition problem 2023-04-27 16:27:50 +08:00
test_fallback_012_if_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_020_while_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_021_while_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_022_while_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_030_for_in_if.py Fix some test case 2023-11-30 19:39:00 +08:00
test_fallback_031_for_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_100_if_after_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_101_if_after_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_110_if_after_if_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_111_if_after_if_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_112_if_after_if_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_120_if_after_while_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_121_if_after_while_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_122_if_after_while_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_130_if_after_for_in_if.py Support for len() constant folding on the frontend. 2023-06-16 12:12:30 +08:00
test_fallback_131_if_after_for_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_132_if_after_for_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_200_while_after_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_201_while_after_while.py reajust test level 2023-09-12 20:57:49 +08:00
test_fallback_202_while_after_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_210_while_after_if_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_211_while_after_if_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_212_while_after_if_in_for.py Skip level0 testcase. 2023-11-08 22:35:03 +08:00
test_fallback_220_while_after_while_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_221_while_after_while_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_222_while_after_while_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_230_while_after_for_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_231_while_after_for_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_232_while_after_for_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_300_for_after_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_301_for_after_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_302_for_after_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_310_for_after_if_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_311_for_after_if_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_320_for_after_while_in_if.py fixraisevariable 2023-02-25 11:37:35 +08:00
test_fallback_321_for_after_while_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_322_for_after_while_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_330_for_after_for_in_if.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_331_for_after_for_in_while.py Adjust ST test cases 2022-12-12 17:39:41 +08:00
test_fallback_332_for_after_for_in_for.py Adjust ST test cases 2022-12-12 17:39:41 +08:00