Commit Graph

1689 Commits

Author SHA1 Message Date
efortuna@google.com 411bab35d4 Fix typo 2
Review URL: https://chromiumcodereview.appspot.com//9860049

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5897 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 19:17:22 +00:00
efortuna@google.com 15ac7efa09 Add frog and froglib options back in dartium uses them.
TBR=vsm@google.com
Review URL: https://chromiumcodereview.appspot.com//9865033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5896 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 19:16:23 +00:00
efortuna@google.com 85346eb7bc Fix VM.
TBR
Review URL: https://chromiumcodereview.appspot.com//9863045

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5895 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 19:05:58 +00:00
efortuna@google.com c8e35dbeb1 Rename test.dart component to specify compiler + runtime.
Review URL: https://chromiumcodereview.appspot.com//9838068

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5893 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 18:40:41 +00:00
zundel@google.com 1486f2602d Revert "Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries"
This reverts commit r5885 which works locally, but not on the builder

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5886 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 17:04:03 +00:00
zundel@google.com b838d39acb Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries
Adds a new cmdline flags

--dart-sdk to point it at a directory where the dart library files are staged
--platform the name of the platform {dartium, vm, frog, dart2js}
to target with the analyzer

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5885 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 16:25:54 +00:00
mattsh@google.com ed060deddf add legpad
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5860 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-27 02:34:28 +00:00
dgrove@google.com 7d558789d6 Rename client/{dom,html} to lib/{dom,html} .
Review URL: http://codereview.chromium.org//9845043

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5840 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-26 16:29:54 +00:00
zundel@google.com d2ce092831 Fixes two type warnings in test_runner.dart
Review URL: https://chromiumcodereview.appspot.com//9845029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5798 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-23 23:31:01 +00:00
ager@google.com 15889a3c5f Use dart:io directory deletion instead of starting a process.
Bill, Eric, is this path ever hit at this point. It seems to me
that it was only hit when dartc produced output to be run in
a browser. If that is the case, could one of you remove all the
code that has to do with the temporary directory handling as
a follow-up change?

R=zundel@google.com,whesse@google.com
BUG=1211
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5748 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-22 12:03:30 +00:00
ahe@google.com 87a64a1be8 Add "mock" compilation feature to dart2js and use it to improve test coverage.
Review URL: https://chromiumcodereview.appspot.com//9813012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5743 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-22 10:34:03 +00:00
ager@google.com 2aba281fa6 Remove backwards compatibility 'win32' name from test status files.
Using win32 instead of windows was temporary to be compatible with
the old python script. That is now gone.

R=antonm@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5736 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-21 22:06:52 +00:00
efortuna@google.com 41441de90e Fix webdriver setup.
Review URL: https://chromiumcodereview.appspot.com//9748022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5693 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-20 17:48:37 +00:00
ahe@google.com 4ca586ce37 Revert "Switch frog tests to run on frogsh"
Review URL: https://chromiumcodereview.appspot.com//9732031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5667 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-19 23:34:54 +00:00
jmesserly@google.com 653c01192c Switch frog tests to run on frogsh
This is a patch from issue 9724008, with a one line change to corelib.status

TBR=efortuna@google.com

Committed: https://code.google.com/p/dart/source/detail?r=5661

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5663 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-19 23:05:23 +00:00
jmesserly@google.com 114d8e634a revert r5661
Review URL: https://chromiumcodereview.appspot.com//9730017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5662 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-19 22:39:17 +00:00
jmesserly@google.com de11dc720a Switch frog tests to run on frogsh
This is a patch from issue 9724008, with a one line change to corelib.status

TBR=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5661 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-19 22:28:15 +00:00
ahe@google.com dd96f32250 Rename leg -> dart2js.
Review URL: https://chromiumcodereview.appspot.com//9717033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5636 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-19 08:36:39 +00:00
ahe@google.com 787c939d5f Set timeout multipliers based on observed values
Review URL: https://chromiumcodereview.appspot.com//9719024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5617 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-18 07:43:44 +00:00
ahe@google.com 37e5c1aad2 Double timeout in host_checked mode
Review URL: https://chromiumcodereview.appspot.com//9718021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5616 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-18 07:30:43 +00:00
efortuna@google.com 3abf33b06b Revert r5607. Not all the new machines have node installed. :-(
TBR=rnystrom@google.com
Review URL: https://chromiumcodereview.appspot.com//9724009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5608 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-17 00:43:30 +00:00
efortuna@google.com 056e9e5974 Switch frogium, legium, and webdriver tests to running on frogsh, until the VM bug gets fixed.
Review URL: https://chromiumcodereview.appspot.com//9724008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5607 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-17 00:37:47 +00:00
efortuna@google.com 8c0039c490 Fix typo on run_perf_tests.py.
Review URL: https://chromiumcodereview.appspot.com//9724006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5602 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-16 23:08:14 +00:00
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
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
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
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
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
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