Commit Graph

6631 Commits

Author SHA1 Message Date
efortuna@google.com d2f2f746ee fix crash in VM type checked mode
Review URL: https://chromiumcodereview.appspot.com//10124002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6721 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-19 01:16:00 +00:00
danrubel@google.com 847ab391c5 Move 'revision' file creation from upload_sdk into create_sdk
Review URL: https://chromiumcodereview.appspot.com//10117031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6712 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-18 21:55:14 +00:00
efortuna@google.com 0d589f65f9 Fix issue 2625.
Review URL: https://chromiumcodereview.appspot.com//10041031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6699 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-18 17:16:25 +00:00
vsm@google.com 253597427c Add Dartium to browser_perf tests
Review URL: https://chromiumcodereview.appspot.com//10095016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6696 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-18 15:46:31 +00:00
ager@google.com 37b82247ac Remove need to instantiate Platform and make methods static.
This will require an update of the stable test binary. I will upload
a new build when done with the review process.

R=sgjesse@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6682 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-18 11:39:16 +00:00
efortuna@google.com d986fd676b Get Dromaeo tests running on Windows.
Review URL: https://chromiumcodereview.appspot.com//10115011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6666 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 23:23:37 +00:00
zundel@google.com 4ce241dc76 Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk"
This reverts r6629.  Breaks the windows editor build in a different way.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6633 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 13:26:54 +00:00
zundel@google.com f209ea4140 Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk
Some now unused scripts and files were also removed.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6629 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 12:59:39 +00:00
ahe@google.com 56f34d7514 Move cygwin_dir to shared gypi file.
Review URL: https://chromiumcodereview.appspot.com//9877003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6626 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 11:53:56 +00:00
efortuna@google.com 7e3897e122 Fix install script to deal with unzip for Windows.
Review URL: https://chromiumcodereview.appspot.com//10106012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6614 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 01:07:45 +00:00
whesse@google.com ec58b8b233 Fix some type warnings in the test scripts, that show up when using the editor.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6569 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-16 12:41:45 +00:00
efortuna@google.com fc9c2d5eb3 Switch to using wiki page for brower test setup instructions, and cleanup readme file.
Review URL: https://chromiumcodereview.appspot.com//10079026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6555 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-14 00:29:25 +00:00
efortuna@google.com 1dc456d66e Fix auto-install script to properly install on Windows.
Review URL: https://chromiumcodereview.appspot.com//10082031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6546 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-14 00:02:20 +00:00
zundel@google.com 6115c5e824 Revert "Moves the 'import_*.config' files in dart-sdk into a new directory"
Review URL: https://chromiumcodereview.appspot.com//10083015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6545 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 23:02:36 +00:00
zundel@google.com 2ebe9b35b7 Moves the 'import_*.config' files in dart-sdk into a new directory
These files are used by the static analyzer and editor to target
different implementations of the system library.

This change moves these files from lib/config to lib/_internal/config so
that there will be no confusion that these might be intended to
be dart system library files.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6543 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 22:17:48 +00:00
sigmund@google.com bfa1567347 changes to suppress vm failures in windows
Review URL: https://chromiumcodereview.appspot.com//10079015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6540 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 20:20:51 +00:00
efortuna@google.com d0849c3575 Fix firefox install on setup script.
Review URL: https://chromiumcodereview.appspot.com//10084015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6539 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 18:21:23 +00:00
vsm@google.com 04d1dc4c32 Print correct name in get_drt
Review URL: https://chromiumcodereview.appspot.com//10053025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6535 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 17:40:45 +00:00
efortuna@google.com 7a1d9ee1b0 Mask VM crash for realsies.
Review URL: https://chromiumcodereview.appspot.com//10067022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6489 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 23:26:03 +00:00
efortuna@google.com d72332b690 Fix graphing error.
Review URL: https://chromiumcodereview.appspot.com//10069025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6488 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 22:51:33 +00:00
efortuna@google.com 5f113b4c94 Mask the "Kind:" error, too.
Review URL: https://chromiumcodereview.appspot.com//10064002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6487 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 22:49:31 +00:00
vsm@google.com 78ea52b486 Selenium / Dartium cleanup
- Set client.status
- Enable executable path to be passed into test.dart (needed for dartium bots to invoke)

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6387 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 22:25:38 +00:00
vsm@google.com 2f2b098362 Add runtime=dartium webdriver support to test.dart
Review URL: https://chromiumcodereview.appspot.com//9960050

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6381 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 20:53:00 +00:00
zundel@google.com 6a7d6b6c8a Building from compiler.deps in the dart/compiler dir is gone
Recent changes make it impossible to get a working build
from building in the compiler/ directory.  The buildbot now uses
all.deps and compiler.deps has been removed.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6351 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 08:40:19 +00:00
zundel@google.com 50aa4ef307 Double the timeout for JUnit tests in dartc
Review URL: https://chromiumcodereview.appspot.com//10031029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6350 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 06:48:56 +00:00
sigmund@google.com 15cc1bae7a make configurations like frog-none do the right thing: call frog, but don't
execute the code.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6346 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 00:12:30 +00:00
efortuna@google.com 6d0547caf6 Major refactoring for run_perf_tests.py.
Review URL: https://chromiumcodereview.appspot.com//10027026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6344 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-09 22:46:59 +00:00
vsm@google.com e17d681cc1 Preliminary selenium support for Dartium
Note, nothing is hooked up to get_drt.py --dartium yet.  Future CLs
will download it on demand in:
- run_perf_tests.py
- test.dart for webdriver tests

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6343 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-09 22:07:13 +00:00
efortuna@google.com af02299601 Further automation. Occasionaly we get a new svn server certificate, and we get
a prompt if we're willing to accept the certificate. This makes sure we don't
hang waiting for the user to respond on that.
Review URL: https://chromiumcodereview.appspot.com//10006052

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6301 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-07 01:27:52 +00:00
vsm@google.com adf73884eb Normalize droameo benchmarks to legal filenames in perf runner script
Review URL: https://chromiumcodereview.appspot.com//10012046

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6293 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 19:33:49 +00:00
efortuna@google.com b5b2eebe64 Make importing Matplotlib optional.
Review URL: https://chromiumcodereview.appspot.com//10005043

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6290 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 18:13:29 +00:00
efortuna@google.com 42fcd619b2 Fix typo and build v8.
Review URL: https://chromiumcodereview.appspot.com//10008038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6259 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 02:03:09 +00:00
sra@google.com 416af198eb Switch IndexedDB1Test to use addEventListener.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6258 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 01:28:11 +00:00
vsm@google.com 62a3c07ecb Refactor dromeao driver to skip broken tests
Review URL: https://chromiumcodereview.appspot.com//9949044

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6257 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 01:16:08 +00:00
sra@google.com 36cce3e793 Revert "First indexeddb test"
This reverts commit 75eb74d0ae44d8716a33a33d9fda122d8c92329e.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6256 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 23:33:10 +00:00
sra@google.com baefe79b75 First indexeddb test
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6252 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 23:01:43 +00:00
zundel@google.com 4d40985460 Implement @runtime-error in co19 tests for static analysis (no runtime)
http://code.google.com/p/dart/issues/detail?id=2406

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6243 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 19:39:38 +00:00
vsm@google.com bfff69b0a0 Add a separate perf graph for dromaeo
Review URL: https://chromiumcodereview.appspot.com//9980019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6242 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 19:33:54 +00:00
vsm@google.com 90fefc69d6 Various perf/selenium script cleanup suggested in earlier CLs
Review URL: https://chromiumcodereview.appspot.com//9960018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6219 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 14:38:17 +00:00
efortuna@google.com 673bb8ce02 Revert "Simplify tests under utils/tests to follow StandardTestSuite
convention."
Review URL: https://chromiumcodereview.appspot.com//9990009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6210 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 00:27:34 +00:00
rnystrom@google.com fb5b9f3570 Simplify tests under utils/tests to follow StandardTestSuite convention.
Review URL: https://chromiumcodereview.appspot.com//9956037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6209 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 23:50:06 +00:00
antonm@google.com af6e51cc22 Lift restrictions for browser test to pass.
If test prints something, those prints may go between 'Content-Type:...' and 'PASS'
strings.

BUG=2371

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6174 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 16:42:20 +00:00
eub@google.com bbbba54afc Fix "Compilion" typo.
Review URL: https://chromiumcodereview.appspot.com//9956127

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6154 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-03 23:52:41 +00:00
efortuna@google.com 5c65834f87 Mark Stopwatch Test as flaky.
Review URL: https://chromiumcodereview.appspot.com//9956090

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6126 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-03 16:57:04 +00:00
mattsh@google.com eaa028f3d5 small fixes per code review
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6124 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-03 16:19:46 +00:00
vsm@google.com a1a92bedb2 Add Dromaeo generated code size measurements
Review URL: https://chromiumcodereview.appspot.com//9969076

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6123 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-03 15:48:18 +00:00
vsm@google.com 1bb202400f Add support for Dromaeo tests in perf scripts.
Review URL: https://chromiumcodereview.appspot.com//9958051

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6115 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-02 22:13:58 +00:00
zundel@google.com 9c5ae41ae1 Adds Junit tests in dartc back into test.py
http://code.google.com/p/dart/issues/detail?id=2366

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6080 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-01 19:02:44 +00:00
zundel@google.com 8cdd2f25cb Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk"
Was r6073

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6074 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-31 21:27:15 +00:00
zundel@google.com fdc069b8e4 Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk
Some now unused scripts and files were also removed.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6073 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-31 17:19:32 +00:00