Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function run_dynamic {
}

function run_all_tests {
run_dynamic python3 "$CDIR/../../test/test_torch.py" "$@" -v TestViewOpsXLA
python3 "$CDIR/../../test/test_torch.py" "$@" -v TestTorchDeviceTypeXLA
run_dynamic python3 "$CDIR/../../test/test_torch.py" "$@" -v TestDevicePrecisionXLA
python3 "$CDIR/../../test/test_torch.py" "$@" -v TestTensorDeviceOpsXLA
Expand Down
7 changes: 7 additions & 0 deletions test/torch_test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
'test_triangular_solve', # (TPU) precision (1e-7)
'test_scalar_check', # runtime error

# TestViewOps
'test_contiguous_nonview',
'test_expand_as_view',
'test_expand_view',
'test_reshape_nonview',
'test_unfold_view',

# test_indexing.py
# TestIndexing
'test_setitem_expansion_error', # doesn't raise
Expand Down