forked from pytorch/glow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Clean up test script a bit (pytorch#2017)
Description: Reduced the # of environment variables Moved list of failing tests to external files Added some quoting to make shellcheck happy Testing: Ran it on my Mac (after changing .so to .dylib and back) shellcheck test.sh Documentation: N/A
- Loading branch information
Showing
3 changed files
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*test_softmax_axis_0* | ||
*test_batchnorm_epsilon* | ||
*test_batchnorm_example* | ||
*test_sum_example* | ||
*test_flatten_axis0* | ||
*test_transpose_default* | ||
*test_sum_one_input* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
*test_averagepool_1d_default* | ||
*test_average_2d_precomputed_same_upper* | ||
*test_reshape_reduced_dims* | ||
*test_maxpool_with_argmax_2d_precomputed_pads* | ||
*test_reshape_negative_dim* | ||
*test_maxpool_3d_default* | ||
*test_maxpool_2d_same_upper* | ||
*test_averagepool_2d_precomputed_same_upper* | ||
*test_reshape_extended_dims* | ||
*test_averagepool_2d_same_upper* | ||
*test_gemm_broadcast* | ||
*test_gemm_broadcast* | ||
*test_reshape_one_dim* | ||
*test_averagepool_2d_pads* | ||
*test_maxpool_1d_default* | ||
*test_maxpool_2d_same_lower* | ||
*test_gemm_nobroadcast* | ||
*test_maxpool_2d_precomputed_same_upper* | ||
*test_maxpool_with_argmax_2d_precomputed_strides* | ||
*test_averagepool_2d_precomputed_pads* | ||
*test_reshape_reordered_dims* | ||
*test_averagepool_2d_same_lower* | ||
*test_averagepool_3d_default* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters