Skip to content

Conversation

@mruberry
Copy link
Contributor

  • Removes three allowed XLA tests

These tests were run as part of the origin test_torch review but they effectively generate subtests that would only run on the CPU or CUDA. This meant they were skipped on XLA (without reporting that they were skipped). This PR removes them so when they're enabled on XLA they won't break the CI.

pytorch/pytorch#26689 enabled two of them on XLA and broke the XLA CI, for example.

@ailzhang
Copy link
Contributor

I was thinking maybe we should add a never_fix list in the meta file so that we know these tests are not applicable and won't spend time revisiting them.
I also see a few when looking at the failed tests. :D

@mruberry
Copy link
Contributor Author

I was thinking maybe we should add a never_fix list in the meta file so that we know these tests are not applicable and won't spend time revisiting them.
I also see a few when looking at the failed tests. :D

That's a cool idea but I think we can provide a more robust alternative mechanism. Let's revisit next week.

@mruberry mruberry merged commit dccb91f into master Sep 24, 2019
@mruberry mruberry deleted the mem_overlap_tests branch September 24, 2019 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants