Skip to content

Conversation

JackCaoG
Copy link
Collaborator

There is no need to explicitly disable the float16 test after #2450 merged.

@JackCaoG JackCaoG requested a review from davidel August 31, 2020 22:32
@JackCaoG JackCaoG changed the title Remove float16 test from skip test since they should get auto skip Remove float16 test from skip test since they should get auto skipped Aug 31, 2020
Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

'test_maximum_minimum_type_promotion_xla_float16*', # doesn't raise
'test_maximum_minimum_type_promotion_xla_*_bfloat16', # doesn't raise
'test_maximum_minimum_type_promotion_xla_*_float16', # doesn't raise
'test_maximum_minimum_type_promotion_xla_*bfloat16*', # doesn't raise
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this is not a valid regex. Should use .* instead of * ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup.. you right, I confuse the wildcard with the regex 🤣

@JackCaoG JackCaoG force-pushed the remove_float16_skip branch from 3b1eacb to 48e5c90 Compare September 1, 2020 06:15
@JackCaoG JackCaoG merged commit 006cf17 into master Sep 1, 2020
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