Unsuppress Metal Intel TextureViewSamplingTests
Passing now on our infra, starting in MacOS 10.13. Chromium has also dropped support for 10.12. Bug: dawn:39 Change-Id: Ied22c00ffdcfa7c2ae4f122af8721defc2bbc5aa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106020 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
c75b51ce89
commit
a4c148fe03
|
@ -389,7 +389,6 @@ TEST_P(TextureViewSamplingTest, Texture2DViewOn2DArrayTexture) {
|
||||||
|
|
||||||
// Test sampling from a 2D array texture view created on a 2D array texture.
|
// Test sampling from a 2D array texture view created on a 2D array texture.
|
||||||
TEST_P(TextureViewSamplingTest, Texture2DArrayViewOn2DArrayTexture) {
|
TEST_P(TextureViewSamplingTest, Texture2DArrayViewOn2DArrayTexture) {
|
||||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel());
|
|
||||||
Texture2DArrayViewTest(6, 1, 2, 0);
|
Texture2DArrayViewTest(6, 1, 2, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -432,7 +431,6 @@ TEST_P(TextureViewSamplingTest, Texture2DViewOnOneLevelOf2DArrayTexture) {
|
||||||
|
|
||||||
// Test sampling from a 2D array texture view created on a mipmap level of a 2D array texture.
|
// Test sampling from a 2D array texture view created on a mipmap level of a 2D array texture.
|
||||||
TEST_P(TextureViewSamplingTest, Texture2DArrayViewOnOneLevelOf2DArrayTexture) {
|
TEST_P(TextureViewSamplingTest, Texture2DArrayViewOnOneLevelOf2DArrayTexture) {
|
||||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel());
|
|
||||||
Texture2DArrayViewTest(6, 6, 2, 4);
|
Texture2DArrayViewTest(6, 6, 2, 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue