mindspore/tests/st/control/inner
huangbingjian b98fc0021a Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
..
test_000_single_if.py Change sequence node insert fail log level. 2022-02-14 10:23:36 +08:00
test_001_single_while.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_002_single_for.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_010_if_in_if.py Not support scalar join of different branch 2022-08-08 16:49:47 +08:00
test_011_if_in_while.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_011_if_in_while_break.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_012_if_in_for.py Add api mindspore.jit and mindspore.jit_class. 2022-10-21 10:17:44 +08:00
test_012_if_in_for_break.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_020_while_in_if.py Modify the abstract information of the TensorMove node. 2022-08-18 11:51:30 +08:00
test_021_while_while_normal.py add ut for save_graphs 2022-04-12 09:13:00 +08:00
test_022_for_while_normal.py add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
test_030_for_in_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_031_for_in_while.py Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
test_032_for_in_for.py Fix testcast 2022-02-24 14:41:46 +08:00
test_100_if_after_if.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_101_if_after_while.py add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
test_102_if_after_for.py open log info 2021-09-02 09:49:16 +08:00
test_110_if_after_if_in_if.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_111_if_after_if_in_while.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_112_if_after_if_in_for.py add ut for save_graphs 2022-04-12 09:13:00 +08:00
test_120_if_after_while_in_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_121_if_after_while_in_while.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_122_if_after_while_in_for.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_130_if_after_for_in_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_131_if_after_for_in_while.py add testcases of for in while 2022-03-03 17:48:10 +08:00
test_132_if_after_for_in_for.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_200_while_after_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_201_for_n_while.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_202_while_n_while.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_210_while_after_if_in_if.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_211_while_after_if_in_while.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_212_while_after_if_in_for.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_220_while_after_while_in_if.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_221_while_while_while.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_222_for_while_while.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_230_while_after_for_in_if.py takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
test_231_while_for_while.py add testcases of for in while 2022-03-03 17:48:10 +08:00
test_232_for_for_while.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_300_for_after_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_301_while_normal_for.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_302_for_after_for.py open log info 2021-09-02 09:49:16 +08:00
test_310_for_after_if_in_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_311_while_if_for.py add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
test_320_for_after_while_in_if.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_321_while_while_in_while.py add ut for save_graphs 2022-04-12 09:13:00 +08:00
test_322_for_after_while_in_for.py takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
test_330_for_after_for_in_if.py add side effect cases 2022-02-19 15:38:48 +08:00
test_331_for_after_for_in_while.py Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
test_332_for_after_for_in_for.py take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
test_break_continue.py !32672 add ut for save_graphs 2022-04-13 01:33:12 +00:00