Skip to content

Commit 296e98a

Browse files
author
Anurag Dixit
committed
fix: Added test case names
Signed-off-by: Anurag Dixit <[email protected]>
1 parent e34c417 commit 296e98a

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

Diff for: tests/NOTES.md

+30-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,43 @@
55
Following tests have been disabled due to flaky output issues with DLFW integration CI. These test cases will remain disabled until fixed for integration with DLFW.
66

77
```
8-
1. MobileNet_v2 model test (test_api.py)
9-
2. GELU test (test_activation.cpp)
8+
1. MobileNet_v2 model TestCompile test (test_api.py)
9+
10+
2. ATenGELUConvertsCorrectly test (test_activation.cpp)
11+
1012
3. LSTM tests (test_lstm_cell.cpp)
13+
a. ATenGRUCellConvertsCorrectlyWithBiasCheckHidden
14+
b. ATenGRUCellConvertsCorrectlyWithoutBiasCheckHidden
15+
c. ATenLSTMCellConvertsCorrectlyWithBiasCheckHidden
16+
d. ATenLSTMCellConvertsCorrectlyWithBiasCheckCell
17+
e. ATenLSTMCellConvertsCorrectlyWithoutBiasCheckHidden
18+
f. ATenLSTMCellConvertsCorrectlyWithoutBiasCheckCell
19+
1120
4. Softmax tests (test_softmax.cpp)
21+
a. ATenSoftmax1DConvertsCorrectly
22+
b. ATenSoftmaxNDConvertsCorrectlySub3DIndex
23+
c. ATenSoftmaxNDConvertsCorrectlyAbove3DIndex
24+
d. ATenSoftmaxNDConvertsCorrectlyNegtiveOneIndex
25+
e. ATenSoftmaxNDConvertsCorrectlyNegtiveIndex
26+
1227
5. Partitioning tests (test_fallback_graph_output.cpp)
28+
a. ComputeResNet50FallbackGraphCorrectly
29+
b. ComputeMobileNetFallbackGraphCorrectly
30+
c. ComputeResNet50HalfFallbackGraphCorrectly
31+
1332
6. RuntimeThreadSafety tests (test_runtime_thread_safety.cpp)
33+
1434
7. ModuleAsEngine tests (test_modules_as_engines.cpp)
35+
a. ModuleAsEngineIsClose
36+
b. ModuleToEngineToModuleIsClose
37+
1538
8. ModuleFallback tests (test_module_fallback.cpp)
16-
9. MultipleRunEngine tests (test_multiple_registered_engines.cpp)
17-
10. CompiledModule tests (test_compiled_modules.cpp)
39+
a. ResNetModuleFallbacksCorrectly
40+
b. MobileNetModuleFallbacksCorrectlyWithOneEngine
41+
42+
9. CanRunMultipleEngines tests (test_multiple_registered_engines.cpp)
1843
44+
10. CompiledModuleIsClose tests (test_compiled_modules.cpp)
1945
```
2046

2147
Note: Most of these tests could be identified with DISABLE_TEST_IN_CI flag in the test suite.

0 commit comments

Comments
 (0)