Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: tests/lib/mirrors/invocation_fuzz_test.dart

Issue 1319703002: Breaking Change: merge BoringSSL branch into master (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | tests/standalone/io/certificates/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
index 7a43d3cbbac8a0686b666847e546799915241c2e..8add257d7a99686e2217150910c00909a4f7db8d 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -41,6 +41,12 @@ var blacklist = [
'dart.io.SystemEncoding.decode', // Windows only
'dart.io.SystemEncoding.encode', // Windows only
+ // These construct an object with an uninitialized native field.
+ // TODO(23869): We could make this safer, but making the failure non-fatal
+ // would we worthless aside from this test.
+ 'dart.io.X509Certificate.X509Certificate._',
+ 'dart.io._X509Impl._X509Impl',
+
// Don't call private methods in dart.async as they may circumvent the zoned
// error handling below.
new RegExp(r"^dart\.async\._.*$"),
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | tests/standalone/io/certificates/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698