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

Unified Diff: dart/tests/co19/testcfg.py

Issue 9310118: @dynamic-type-error are no longer negative tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « dart/tests/co19/co19-runtime.status ('k') | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/testcfg.py
diff --git a/dart/tests/co19/testcfg.py b/dart/tests/co19/testcfg.py
index 3d765f8ac93e34cda07120932939a481c655e6cf..cacafe06236ba8bffdf93fbf7ae19c578df1861c 100644
--- a/dart/tests/co19/testcfg.py
+++ b/dart/tests/co19/testcfg.py
@@ -29,8 +29,6 @@ class Co19TestCase(test.TestCase):
contents = self.GetSource()
if '@compile-error' in contents or '@runtime-error' in contents:
self._is_negative = True
- elif '@dynamic-type-error' in contents:
- self._is_negative = self.context.checked
else:
self._is_negative = False
return self._is_negative
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | dart/tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698