Index: runtime/tests/vm/vm.status |
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
index 74e8ab6da6804bd764a3638ab7f32c2413425337..f91c0bc147985ed74646f559034c7a70231c43ce 100644 |
--- a/runtime/tests/vm/vm.status |
+++ b/runtime/tests/vm/vm.status |
@@ -139,22 +139,6 @@ cc/Profiler_TrivialRecordAllocation: Skip |
cc/Profiler_TypedArrayAllocation: Skip |
cc/Profiler_GetSourceReport: Skip |
-# TODO(vegorov) These tests are crashing because ICData objects can't be found |
-cc/SourceReport_CallSites_PolymorphicCall: Skip |
-cc/SourceReport_CallSites_SimpleCall: Skip |
-cc/SourceReport_Coverage_AllFunctions: Skip |
-cc/SourceReport_Coverage_ForceCompile: Skip |
-cc/SourceReport_Coverage_AllFunctions_ForceCompile: Skip |
-cc/SourceReport_Coverage_NestedFunctions: Skip |
-cc/SourceReport_Coverage_SimpleCall: Skip |
-cc/SourceReport_Coverage_UnusedClass_NoForceCompile: Skip |
-cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip |
-cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip |
-cc/SourceReport_MultipleReports: Skip |
-cc/Coverage_Empty: Skip |
-cc/Coverage_FilterFunction: Skip |
-cc/Coverage_MainWithClass: Skip |
- |
# TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp |
# is switched on by default because they attempt to call regexp functions |
# directly instead of going through JSSyntaxRegExp_ExecuteMatch. |