Commit Graph

7 Commits

Author SHA1 Message Date
iposva@google.com 0c1248f731 - Tests should not rely on --compile_all.
Review URL: https://codereview.chromium.org//23578003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26723 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 17:09:22 +00:00
asiva@google.com a1da7e93a4 Fix some of the negative language tests in preparation for implementing
delayed class parsing in Dart VM.
- Some of the tests under tests/language expect compile-time errors but
  these tests do not use the class which has errors. When the VM will
  implement delayed parsing of classes (classes are parsed only if they
  are used) these tests will fail as the Dart VM will not report these as
  compile-time errors. The option VMOptions=--compile_all has been added
  to these tests to ensure that all classes are compiled and the error
  is reported.
- One co19 test has a similar issue and a bug has been filed against it
  (co19 issue 415). the co19-runtime.status file has been updated to
  skip this test until issue 415 is resolved.

R=iposva@google.com

Review URL: https://codereview.chromium.org//15496005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23113 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-23 23:38:56 +00:00
ahe@google.com 05f2056932 Diagnose illegal lvalues better.
Also, make sure that internal parser errors are reported as crashes.

BUG=http://dartbug.com/6460

Review URL: https://codereview.chromium.org//11464026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15901 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-10 12:53:19 +00:00
regis@google.com 6bfd82c6da Update or delete language tests using obsolete interfaces or default factory
classes (issue 6324).
Review URL: https://codereview.chromium.org//11434089

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15653 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-03 20:51:15 +00:00
kasperl@google.com 8bd4bf096b Update almost all tests (except co19) to use the new try-catch syntax.
R=ngeoffray@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//10891020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11492 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 08:11:41 +00:00
ahe@google.com b3118b0d36 Update test to work with on-demand compilation.
Review URL: https://chromiumcodereview.appspot.com//10824370

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10939 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 09:04:22 +00:00
sigmund@google.com 64d7bc5acf test rename overhaul: step 8 - language tests
Review URL: https://chromiumcodereview.appspot.com//10248007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7101 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-27 18:45:10 +00:00