Index: tests/compiler/dart2js/serialization/compilation_test.dart |
diff --git a/tests/compiler/dart2js/serialization/compilation_test.dart b/tests/compiler/dart2js/serialization/compilation_test.dart |
index 9889bf4f7d12fabbf7f2e8d7bf4b415f1ce8c88c..b770f51255d2ee84ab4a9f9638d31e5a35a01392 100644 |
--- a/tests/compiler/dart2js/serialization/compilation_test.dart |
+++ b/tests/compiler/dart2js/serialization/compilation_test.dart |
@@ -38,6 +38,10 @@ Future compile( |
int index, |
Test test, |
bool verbose: false}) async { |
+ if (test != null && test.name == 'Disable tree shaking through reflection') { |
+ // TODO(johnniwinther): Support serialization of native element data. |
+ return; |
+ } |
String testDescription = test != null ? test.name : '${entryPoint}'; |
String id = index != null ? '$index: ' : ''; |
print('------------------------------------------------------------------'); |