mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-11 14:41:50 +00:00
x_DISABLED -> DISABLED_x
This commit is contained in:
committed by
Corentin Wallez
parent
d9af452ceb
commit
159bade5f5
@@ -263,7 +263,7 @@ TEST_F(PushConstantTest, ShaderCompilationSuccess) {
|
|||||||
|
|
||||||
// Test that shaders using a push constant block too big fail compilation
|
// Test that shaders using a push constant block too big fail compilation
|
||||||
// TODO(cwallez@chromium.org): Currently disabled because ShaderModule error handling needs refactoring
|
// TODO(cwallez@chromium.org): Currently disabled because ShaderModule error handling needs refactoring
|
||||||
TEST_F(PushConstantTest, ShaderCompilationOOB_DISABLED) {
|
TEST_F(PushConstantTest, DISABLED_ShaderCompilationOOB) {
|
||||||
// Test one push constant over the max
|
// Test one push constant over the max
|
||||||
TestCreateShaderModule(false, R"(
|
TestCreateShaderModule(false, R"(
|
||||||
#version 450
|
#version 450
|
||||||
|
|||||||
Reference in New Issue
Block a user