Commit Graph

6631 Commits

Author SHA1 Message Date
efortuna@google.com e28abb7714 Some changes to performance test script for uploading the data to App Engine.
Review URL: https://chromiumcodereview.appspot.com//9706088

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5596 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-16 22:08:42 +00:00
mattsh@google.com 1d37faa181 trimmed newline in frogpad output
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5580 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-16 18:31:53 +00:00
ager@google.com 95d6b8e54a SDK: correct the type of the argument to 'print' to 'Object' for runtime version of core.
This avoids the needless type warnings that you get with something
like: print(new Map())

R=danrubel@google.com,kasperl@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5563 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-16 09:45:13 +00:00
asiva@google.com 3980fcdd01 preserve frame pointers even in release build.
Review URL: https://chromiumcodereview.appspot.com//9706089

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5554 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-16 04:09:43 +00:00
danrubel@google.com 5326e5823c Move print from builtin to core in runtime SDK sources only
Review URL: https://chromiumcodereview.appspot.com//9704067

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5547 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-15 22:05:36 +00:00
asiva@google.com f2ee2ac2b1 Tweak windows configuration file to include debug information in release builds.
Review URL: https://chromiumcodereview.appspot.com//9699088

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5534 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-15 18:40:32 +00:00
ahe@google.com 884ca9aade Add --host-checked option to test.dart and use it on dart2js build bots.
Review URL: https://chromiumcodereview.appspot.com//9704019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5511 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-15 06:59:16 +00:00
iposva@google.com f339feaeb6 - Pass -Wno-conversion-null to Linux builds.
Review URL: https://chromiumcodereview.appspot.com//9703049

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5504 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-15 01:06:58 +00:00
ager@google.com 467f901665 Update stable test binaries.
R=zundel@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5467 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-14 14:14:01 +00:00
antonm@google.com 33f5b3f573 Revert "Wrap multioption args into quotes."
Review URL: https://chromiumcodereview.appspot.com//9700018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5466 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-14 13:56:44 +00:00
antonm@google.com 9ee478ef3a Wrap multioption args into quotes.
Review URL: https://chromiumcodereview.appspot.com//9699019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5458 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-14 12:36:30 +00:00
hausner@google.com 63b525bb0e Revert change 5444
Review URL: https://chromiumcodereview.appspot.com//9703004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5448 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-14 00:35:16 +00:00
hausner@google.com a995d60106 named optional parameters must not be private
Named optional parameters may not start with an underscore '_'.

Fix issue 434 (http://code.google.com/p/dart/issues/detail?id=434)
Review URL: https://chromiumcodereview.appspot.com//9701001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5444 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 23:24:37 +00:00
vsm@google.com 3fe7e6b239 Add git svn support to create_graph.py.
This lets git users test locally.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5426 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 18:35:47 +00:00
whesse@google.com 20ed810cc7 Fix test.dart in the case of running dartium tests on Windows without building dart.
BUG=
TEST=test.py -cdartium

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5420 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 17:49:07 +00:00
ager@google.com 659c9a4072 By popular demand, print the configurations being tested by test.dart at startup.
This time don't print anything if the 'silent' progress is requested.

Question to be answered later: Do we actually need the JUnit tests? What do they add?

R=whesse@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5403 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 14:19:29 +00:00
whesse@google.com cc32995172 In test_runner.dart, trim spaces from a special command before checking an assert.
BUG=dart:2131
TEST=tools/test.py --valgrind

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5398 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 13:11:42 +00:00
ager@google.com 8a310c9c36 Revert "By popular demand, print the configurations being tested by test.dart at startup."
DartC is parsing all the output without using tokens. I'll have to update
their parser before I can land this.

R=whesse@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5394 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 12:44:12 +00:00
ager@google.com 3c2b1e0a32 By popular demand, print the configurations being tested by test.dart at startup.
R=whesse@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5393 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 12:34:55 +00:00
whesse@google.com 874e325ace Revert stray edit to test.dart.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5387 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 10:22:00 +00:00
mattsh@google.com a3d56000af fix directory ambiguity problem in frogpad
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5373 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 00:11:27 +00:00
mattsh@google.com 7cebe7570b removed unused chromium component
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5372 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-13 00:10:27 +00:00
efortuna@google.com dc32a3ecb5 revert change 5358
Review URL: https://chromiumcodereview.appspot.com//9689029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5362 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 21:01:55 +00:00
vsm@google.com 079aa7bba9 Download the DRT archive instead of the full dartium
Review URL: https://chromiumcodereview.appspot.com//9652026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5361 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 20:56:22 +00:00
efortuna@google.com 9c40b0c82b Not properly handling backslashes for extra files on Windows.
Review URL: https://chromiumcodereview.appspot.com//9677008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5358 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 20:43:05 +00:00
efortuna@google.com 75f9d253dd Fix build breakage caused from revision 5341 in Windows.
TBR: whesse@google.com
Review URL: https://chromiumcodereview.appspot.com//9677007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5355 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 20:22:24 +00:00
zundel@google.com 02858c27a9 Base test case of a multi-test now insists no static type warnings
There were 5 multitests that need adjustment after this change. 4 of them
were trivial changes, so I went ahead and fixed them.

http://code.google.com/p/dart/issues/detail?id=2107

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5350 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 19:41:07 +00:00
whesse@google.com 9fd54b2ed5 Remove invalid assert from test.dart, that webdriver tests require DumpRenderTree.
TBR=ager@google.com
BUG=
TEST=test.py -cwebdriver

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5342 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 18:22:36 +00:00
whesse@google.com 13e331b53c Add get_drt.py to test.dart, so that testing browser components updates DumpRenderTree.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5341 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 18:12:56 +00:00
whesse@google.com bb385c8b50 Fix some type and logical errors in test.dart, found by the Dart editor.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5334 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-12 16:46:45 +00:00
mattsh@google.com e13b59e7cf Revert "Revert the revert."
This reverts commit 6f2615a9e5162ccb5b678a924d5d11ecdadbfff8.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5272 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-10 00:17:14 +00:00
mattsh@google.com 65b2c304e5 make test.py invoked under xvfb-runw
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5268 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 23:19:17 +00:00
efortuna@google.com 8c0a55b24f Take out force browser close.
Now that the tests are more stable with the batch runner, we won't force all
browser windows to close. If it seems this is still needed on the buildbots,
we'll move the logic into builbot_annotated_steps.py.
Review URL: https://chromiumcodereview.appspot.com//9649011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5263 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 22:26:10 +00:00
mattsh@google.com cd421383d2 add xvfb
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5262 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 22:22:42 +00:00
mattsh@google.com 3c22704fd2 now use xvfb
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5258 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 22:16:36 +00:00
mattsh@google.com 0dd164aa24 fix logging.info
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5254 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 21:41:27 +00:00
mattsh@google.com 669c67d299 adding cwd logging
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5251 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 21:25:22 +00:00
mattsh@google.com 17cf3623f4 Revert the revert.
This reverts commit 738ecebb4a1719beda41c17c994bb7b60c4791f7.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5248 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 21:05:25 +00:00
zundel@google.com b9fc839bcc Change string used to annotate static type issues to 'static type warning' in multitest
Gilad requested we update the annotation used in multitests to reflect
the terminology used in the Dart specification.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5233 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 14:01:03 +00:00
whesse@google.com 744ca3cf46 Fix whitespace, long lines, and "boolean".
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5225 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 09:46:01 +00:00
mattsh@google.com 51fe0dab31 revert prior submit
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5216 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 04:04:27 +00:00
mattsh@google.com e34bb02189 print stderr
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5215 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 03:52:26 +00:00
mattsh@google.com 62c53d0dce fix stderr format
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5214 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 03:48:15 +00:00
mattsh@google.com 4a21184e4f fix exit_code
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5213 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 03:40:45 +00:00
mattsh@google.com 33b9b1d586 fix log level
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5212 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 03:28:55 +00:00
mattsh@google.com 9c15b85e7a fix log_level
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5210 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 02:38:47 +00:00
mattsh@google.com c3a5ab0129 remove node.js dependency by running the frog compiler in
DumpRenderTree instead of on node.js

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5207 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-09 00:57:29 +00:00
zundel@google.com 28595b885e Multitest annotations now accept multiple annotations on one line.
Many times a test case involves a static type warning for the
static analyzer and a dynamic type error for the VM or dart
compiled to JS, but not always.  Thus, this change introduces
the annotations as allowing multiple outcomes for a test.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5191 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-08 19:33:22 +00:00
dgrove@google.com 98302c85df Unify most of our utf8 implementations. This takes the implementation
from utils/string_encoding and moves it to utils/utf . utils/utf8
goes away.
Review URL: https://chromiumcodereview.appspot.com//9462001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5169 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-08 13:28:40 +00:00
jmesserly@google.com 4cbd0a8a8e fix #resource tag in browser tests. Now ResourceTest passes :)
Review URL: https://chromiumcodereview.appspot.com//9448001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5166 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-08 12:38:21 +00:00