We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f880713 commit bf2653eCopy full SHA for bf2653e
clang/unittests/Support/TimeProfilerTest.cpp
@@ -186,7 +186,8 @@ std::string buildTraceGraph(StringRef Json) {
186
187
} // namespace
188
189
-TEST(TimeProfilerTest, ConstantEvaluationCxx20) {
+// FIXME: Flaky test. See https://github.com/llvm/llvm-project/pull/138613
190
+TEST(TimeProfilerTest, DISABLED_ConstantEvaluationCxx20) {
191
std::string Code = R"(
192
void print(double value);
193
0 commit comments