Commit Graph

621 Commits

Author SHA1 Message Date
sra@google.com ab7afcc0bc Revert "Test for IDBKeyRange"
This reverts commit 7664403fb4ddb16b79ae89163a427dfcfd505686.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6724 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-19 03:26:15 +00:00
sra@google.com 935e36ed5d Test for IDBKeyRange
Review URL: https://chromiumcodereview.appspot.com//10095026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6723 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-19 03:06:50 +00:00
sra@google.com 4a81499920 Map IDBAny and IDBKey to Dynamic
Specialize printing of Dynamic depending on context.
Interfaces try to print it as /*IDLType*/ in operation signatures.
Generated C++ is unchanged.

Replace the arg_info tuple with a ParamInfo object.
Rename arg_infos to param_infos.

   void postMessage(Dynamic message, [List messagePorts]);
-> void postMessage(/*SerializedScriptValue*/ message, [List messagePorts]);

   String createObjectURL(var blob_OR_stream);
-> String createObjectURL(blob_OR_stream);

   final Dynamic key;
-> final /*IDBKey*/ key;

   Dynamic strokeStyle;
-> var strokeStyle;

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6665 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 23:20:28 +00:00
ngeoffray@google.com fdcd0cb5c4 Fix for issue 2433: for stubs on native classes, only call a method with a non-mangled name when the method is a JS method.
Review URL: https://chromiumcodereview.appspot.com//10108013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6618 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 09:28:44 +00:00
sra@google.com aa51ea5010 Next IndexedDB test - scan with a cursor.
Review URL: https://chromiumcodereview.appspot.com//10079028

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6609 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-16 22:41:22 +00:00
antonm@google.com c5921852a0 Support Expectation.identical.
Review URL: https://chromiumcodereview.appspot.com//10080005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6533 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 16:54:36 +00:00
antonm@google.com b52accc008 Add SerializedScriptValueTest.
Review URL: https://chromiumcodereview.appspot.com//10079008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6530 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 16:31:04 +00:00
antonm@google.com 272f77d48d Add very basic MessageEventTest.
R=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6526 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 14:18:43 +00:00
antonm@google.com 29afb0631c Remove suppression for now fixed test.
Review URL: https://chromiumcodereview.appspot.com//10080004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6524 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 13:43:53 +00:00
podivilov@google.com 864dba1ae3 Migrate the samples to one-argument version of requestAnimationFrame and re-enable the test.
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6503 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 09:24:41 +00:00
sigmund@google.com 6c4f398b1a second try: only mark fail on checked mode
Review URL: https://chromiumcodereview.appspot.com//10066034

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6492 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 00:14:10 +00:00
sigmund@google.com 76a9e07e30 status file of html/TypeArrays1Test: this was incorrectly importing dart:dom
before, and I "fixed" it in an earlier CL.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6491 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 00:10:52 +00:00
sigmund@google.com 656e98150b unittest step2: bye bye to multiple entrypoints for unittest
Review URL: https://chromiumcodereview.appspot.com//10037027

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6480 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 21:38:25 +00:00
podivilov@google.com 7fda138ad7 Remove suppression for NativeGCTest in release mode.
TBR=antonm@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6456 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 10:26:19 +00:00
sra@google.com 3c254861a9 Refine understanding of FF ImageData issue.
Review URL: https://chromiumcodereview.appspot.com//10068002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6448 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-12 02:53:35 +00:00
antonm@google.com 0645e292e5 Remove suppression for now supported test.
TBR=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6433 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 20:19:51 +00:00
sigmund@google.com 9a26e2cf21 fix a couple more dartium tests
Review URL: https://chromiumcodereview.appspot.com//10053013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6417 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 15:57:09 +00:00
sra@google.com 8756739cd0 Suppress checked IndexedDB2Test
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6396 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 05:04:08 +00:00
sra@google.com 3031f70cd5 IndexedDB test for maps.
Review URL: https://chromiumcodereview.appspot.com//10037026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6395 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 04:40:06 +00:00
sigmund@google.com 7968e42fe7 update a couple dartium tests
Review URL: https://chromiumcodereview.appspot.com//10051001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6394 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 01:00:11 +00:00
sigmund@google.com 74bcffc716 fix comments in .status files
Review URL: https://chromiumcodereview.appspot.com//10024083

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6392 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 23:50:17 +00:00
sigmund@google.com 1767ae0b4e fix ff bot
Review URL: https://chromiumcodereview.appspot.com//10033039

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6388 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 22:31:11 +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
sigmund@google.com cca364ce76 change status files to make it possible to run test.py -c frog,dart2js -r none.
Except for standalone, this mostly skips all other tests. The configurations
frog_none and dart2js_none these have been ignored for now by the bots, enabling
those tests should be done as needed.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6382 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 20:56:37 +00:00
podivilov@google.com e114d7d9cc Anther attempt to fix the build after recent WebKit roll.
R=antonm@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6372 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 18:04:19 +00:00
podivilov@google.com 190022dcd0 Fix the build after recent WebKit roll.
Update client-leg.status.

R=antonm@google.com,vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6369 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 16:59:46 +00:00
podivilov@google.com 84c80d6994 Fix the build after recent WebKit roll.
R=antonm@google.com,vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6368 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 16:47:29 +00:00
sra@google.com e24a359ac5 Restore accidentally skipped dartium tests
Review URL: https://chromiumcodereview.appspot.com//9999016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6347 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-10 02:45:53 +00:00
antonm@google.com cb2a735688 Remove now fixed suppression.
TBR=podivilov@chromium.org
TEST=HTMLElementTest.dart

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6320 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-09 13:13:19 +00:00
sra@google.com c6183eb1fe Revert "Revert "Triage client/dom test failures on FireFox""
This reverts commit a0334de00edff5704092bbbfb95fda62464c30f5.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6300 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 23:16:13 +00:00
sra@google.com a75455aeb0 Revert "Triage client/dom test failures on FireFox"
This reverts commit c54ea3a32945915f594ffe0c1d74995c60055c6a.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6298 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 22:52:12 +00:00
sra@google.com a494748f31 Triage client/dom test failures on FireFox
Review URL: https://chromiumcodereview.appspot.com//10012056

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6295 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 21:48:24 +00:00
sra@google.com 3ba598b178 Revert "Triage client/dom test failures on FireFox"
This reverts commit 6f6d937faf0becfbe698fd0b1c824f3331cb86b5.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6262 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 03:59:21 +00:00
sra@google.com d2b59d5b37 Triage client/dom test failures on FireFox
14 tests fail with frog
All tests hang with dart2js

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6261 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 03:48:54 +00:00
sra@google.com a45037c663 Suppress IndexedDB1Test for dart2js
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6260 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-06 02:42:10 +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
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
antonm@google.com 24dcd7a896 Stop skipping tests in Debug mode.
Review URL: https://chromiumcodereview.appspot.com//10009011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6241 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 18:55:57 +00:00
antonm@google.com 91753b6c7f Do not provide additional suppression for NativeGCTest for debug configuration.
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6234 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 17:39:32 +00:00
podivilov@google.com 0b670a3a1c Add test for canvas context style accessors.
R=antonm@chromium.org
BUG=2454

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6221 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-05 15:50:28 +00:00
dgrove@google.com 779357bcad get rid of dependency on htmlconverter for everything but swarm.
move htmlconverter.py to swarm .
Review URL: https://chromiumcodereview.appspot.com//9977011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6201 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 22:29:52 +00:00
sra@google.com d702be0b8f Fix Issue 2362
The wrapping constructor needs to call the correct underlying constructor.

BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6200 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 22:24:57 +00:00
antonm@google.com 17d0deaa25 Suppress AudionContextTest on Windows.
TBR=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6194 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 20:32:08 +00:00
nweiz@google.com 697190e43e Stop separating out frog_html_tests.
Since Dartium now supports DOMParser, there's no reason to have these tests
separate from the other html_tests.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6186 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 18:28:17 +00:00
antonm@google.com e407663c0d Remove now fixed suppression.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6181 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 17:58:26 +00:00
antonm@google.com 5bdeb1f85c Remove IsolateLightTest and the corresponding suppression.
R=sigmund@google.com,vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6178 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 17:17:41 +00:00
antonm@google.com 9bf77b5119 Fix suppressions.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6175 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 16:44:02 +00:00
antonm@google.com 635915df0c Remove now obsolete suppression.
BUG=2362
TEST=TypeArrays3Test.dart

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6172 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-04 16:17:11 +00:00
sra@google.com 533ec54ee9 Mark html/TypedArrays4Test as Fail on dartium
BUG=
TEST=

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

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