xla
xla copied to clipboard
Add `-windows_excluded` to TF build/test tag filters
Add -windows_excluded to TF build/test tag filters
Currently, no_windows is used to exclude a test from running in the windows environment. However, it is difficult to distinguish between temporary and permanent exclusions. For example, a test may be disabled temporarily if it is broken, or it may be designed to not run on windows environment permanently. To address this issue, we introduce a new tag windows_excluded for platform exclusion design. no_windows will now be considered to disable broken tests, while windows_excluded will be used to permanently exclude a test from running on windows environment.