Chromium Code Reviews| Index: tests/lib/mirrors/invocation_fuzz_test.dart |
| =================================================================== |
| --- tests/lib/mirrors/invocation_fuzz_test.dart (revision 42579) |
| +++ tests/lib/mirrors/invocation_fuzz_test.dart (working copy) |
| @@ -14,6 +14,9 @@ |
| // Methods to be skipped, by qualified name. |
| var blacklist = [ |
| + // TODO(regis): investigate. |
| + 'dart.core._Montgomery._invDigitPair', |
| + |
| // Don't recurse on this test. |
| 'test.invoke_natives', |