Status: Available
Owner: ----
Components: Translator
OS: All
Priority: Medium
Type: Defect
New issue 8593 by kkinn...@
apple.com: Assert parsing coherent coherent
https://bugs.chromium.org/p/angleproject/issues/detail?id=8593TEST_F(ParseTest, CoherentCoherentNoCrash)
{
const char kShader[] = R"(#version 310 es
coherent coherent;)";
EXPECT_FALSE(compile(kShader));
EXPECT_TRUE(foundErrorInIntermediateTree());
EXPECT_TRUE(foundInIntermediateTree("something"));
}
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings