Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 68bdac9c5d6f1112ee2164aa1694d90c2fe791ed..dc712a3c55b8fdfefcb868b5613b9229d7ba0508 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -71,6 +71,10 @@ |
# This tests API threading, no point in running several variants. |
'test-api/Threading*': [PASS, NO_VARIANTS], |
+ # Parser fixes break the function name inference in the constructor. |
+ # BUG(4331) |
+ 'test-func-name-inference/InConstructor': [SKIP], |
+ |
# The cpu profiler tests are notoriously flaky. |
# BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
# BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |