Asger Feldthaus
11c7b77f63
Revert "dart2js cps: Remove unneeded bailout on captured loop variables."
...
This reverts commit 695bdf4fa3 .
BUG=
Review URL: https://codereview.chromium.org/1417773008 .
2015-10-27 12:58:48 +01:00
Asger Feldthaus
695bdf4fa3
dart2js cps: Remove unneeded bailout on captured loop variables.
...
The analysis of try-boxed variables reused some code from the old
dart2dart CPS backend, which had bailouts for code that is handled just
fine in the dart2js CPS backend.
R=kmillikin@google.com
Review URL: https://codereview.chromium.org/1410123005 .
2015-10-27 11:51:28 +01:00
Alan Knight
6d47521590
Suppress tests on Dartium that access window.document cross-frame
...
BUG=
Review URL: https://codereview.chromium.org/1424693003 .
2015-10-26 12:40:58 -07:00
Terry L. Lucas
54aee614a2
Enable another test that is passing
...
TBR=whesse@google.com
Review URL: https://codereview.chromium.org/1424513002 .
2015-10-23 01:06:51 -07:00
Ryan Macnak
371a5dc932
Get tools/test.py --noopt green.
...
More specifically ./tools/test.py --noopt -mall -ax64,simarm,simarm64,simmips --exclude-suite=pkg
- Add missing dart:io entry point.
- Add checks that Dart_FinalizeLoading, Dart_Precompile, Dart_CreatePrecompiledSnapshot are called in order.
- Add checks for --precompilation flag.
- Add checks for dropped class in Dart_New/Allocate/AllocateWithNativeFields.
R=fschneider@google.com
Review URL: https://codereview.chromium.org/1407393005 .
2015-10-21 10:35:01 -07:00
Brian Wilkerson
cc8f64b824
Do not generate warnings when noSuchMethod is inherited (issue 24337)
...
R=paulberry@google.com
Review URL: https://codereview.chromium.org/1414003003 .
2015-10-20 10:35:53 -07:00
William Hesse
6a816f2dc1
Update status for failing tests
...
BUG=https://github.com/dart-lang/sdk/issues/24608
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org/1410803002 .
2015-10-16 14:00:48 +02:00
William Hesse
b459efe087
Update status files for Chrome 46
...
BUG=
TBR=sgjesse@google.com
Review URL: https://codereview.chromium.org/1407923002 .
2015-10-15 22:42:58 +02:00
Alan Knight
208e3f981a
Fix co19 test suppressions
...
BUG=
Review URL: https://codereview.chromium.org/1393353006 .
2015-10-14 15:49:32 -07:00
Terry L. Lucas
e562934def
More tests now pass and fixed custom elements to only work in default html and svg namespace
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org/1392063003 .
2015-10-14 11:44:01 -07:00
William Hesse
d04dbcd688
Update status for failing Dartium tests.
...
TBR=terry@google.com
BUG=https://github.com/dart-lang/sdk/issues/24585
BUG=https://github.com/dart-lang/sdk/issues/24584
Review URL: https://codereview.chromium.org/1407713002 .
2015-10-14 14:02:23 +02:00
Alan Knight
0835f93bbf
Suppress failing iframe test. Issue 24568
...
BUG=
Review URL: https://codereview.chromium.org/1389353005 .
2015-10-12 15:29:49 -07:00
Alan Knight
44be115184
Unsuppress newly-passing test co19/LayoutTests/fast/dom/custom/document-register-type-extensions_t01
...
BUG=
Review URL: https://codereview.chromium.org/1394483004 .
2015-10-12 13:42:35 -07:00
Terry L. Lucas
5c04f8a13c
Disable bad test and don't allow registerElement of direct class in dart:html or dart:svg
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org/1397323002 .
2015-10-12 03:17:21 -07:00
Terry L. Lucas
4f9771f4e1
Fixed JS custom elements and temporarily mark polymer test as failing
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org/1402693002 .
2015-10-10 16:50:10 -07:00
Alan Knight
3bc11d2157
Supress failing tests on Windows Dartium
...
BUG=
Review URL: https://codereview.chromium.org/1395723005 .
2015-10-09 16:09:17 -07:00
Terry L. Lucas
682b6772c5
One passes xpath always failed with JS interop
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org/1393063003 .
2015-10-08 09:58:40 -07:00
Alan Knight
9ad57e7aa3
Fix Crypto.getRandomValues to modify its argument, fix tests
...
BUG=
Review URL: https://codereview.chromium.org/1387273002 .
2015-10-07 09:11:14 -07:00
William Hesse
ebf4fb6ef0
Update status for failing Dartium DOM custom tag extension tests.
...
BUG=https://github.com/dart-lang/sdk/issues/24516
R=karlklose@google.com
Review URL: https://codereview.chromium.org/1388233003 .
2015-10-07 15:48:50 +02:00
Regis Crelier
451eaab718
Remove --supermixin flag from VM.
...
Update tests and test status files.
Fixes #24479 .
R=hausner@google.com
Review URL: https://codereview.chromium.org/1383923002 .
2015-10-01 18:04:31 -07:00
Alan Knight
07b2ddd401
Preserve identity of Dart wrappers on DOM objects
...
BUG=
Review URL: https://codereview.chromium.org/1380963003 .
2015-10-01 14:04:01 -07:00
William Hesse
e0eac1fa99
Update co19 test status for Firefox 41.
...
BUG=dartbug.com/24455
R=kustermann@google.com
Review URL: https://codereview.chromium.org//1369223002 .
2015-09-28 11:10:20 +02:00
Florian Schneider
4ce88c68c3
Temporily update status of SIMD test for ARM.
...
This test contains denormalized numbers as expected results. As long as we use NEON
instructions which always use flush-to-zero mode, we will get 0.0 as
a result for these operations.
BUG=dartbug.com/24416
R=whesse@google.com
Review URL: https://codereview.chromium.org//1359353002 .
2015-09-23 14:08:02 +02:00
Alan Knight
43155e60fb
Fix a couple of suppressions
...
BUG=
Review URL: https://codereview.chromium.org//1359163002 .
2015-09-22 15:43:59 -07:00
Alan Knight
b246af4656
Remove suppressions for many failing firefox tests, issue for one new one
...
BUG=
Review URL: https://codereview.chromium.org//1361703003 .
2015-09-22 13:08:35 -07:00
Terry L. Lucas
847847dd95
Fixed typo and test that passes and fails in checked mode
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1350903008 .
2015-09-22 07:59:37 -07:00
William Hesse
cd33fc4346
Update dart2js status for failing tests
...
BUG=dartbug.com/24398 24396 24397
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//1363563002 .
2015-09-22 14:09:23 +02:00
Terry L. Lucas
87541f5ef5
Few more tests now pass some still have problems
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1362493003 .
2015-09-21 14:26:40 -07:00
Terry L. Lucas
1b9b77d735
Mark Dartium JSInterop that need to be fixed.
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1352463005 .
2015-09-18 11:39:30 -07:00
Terry L. Lucas
c5a690fa26
Revert "Mark tests problems because of Dartium JSInterop"
...
This reverts commit d1a7ee9ad7 .
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1355683005 .
2015-09-18 11:00:54 -07:00
Terry L. Lucas
d1a7ee9ad7
Mark tests problems because of Dartium JSInterop
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1358503002 .
2015-09-18 09:37:37 -07:00
Terry L. Lucas
77c58df838
Dartium JSInterop roll test problems
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1349123002 .
2015-09-16 23:50:53 -07:00
Terry L. Lucas
2204f1a140
Few more tests marked as Dartium JSInterop failures
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1344223003 .
2015-09-16 22:49:24 -07:00
Terry L. Lucas
026dfad28c
Tests that now pass
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1346273002 .
2015-09-16 11:44:47 -07:00
Terry L. Lucas
4848eab5e3
The compilation error is legit the runtime errors now pass
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1348283002 .
2015-09-16 09:56:05 -07:00
Terry L. Lucas
8e90548ac0
Enable more tests that now pass and skip a few who's API is gone
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1348793002 .
2015-09-16 08:45:43 -07:00
Terry L. Lucas
fc8682ceac
Fixed another dart2js code emitting error and enabled tests that now work
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1346203002 .
2015-09-16 08:19:15 -07:00
Terry L. Lucas
7b322c246c
Dartium JS Enabled take 2
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1348173002 .
2015-09-16 07:13:53 -07:00
Terry L. Lucas
09c804aa78
Revert "Dartium JS Interop enabled."
...
This reverts commit 403bd1698d .
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1345083002 .
2015-09-15 19:44:26 -07:00
Terry L. Lucas
403bd1698d
Dartium JS Interop enabled.
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1349493003 .
2015-09-15 17:36:47 -07:00
Terry L. Lucas
9b0d2582fc
Revert "Dartium w/ JsInterop enabled"
...
This reverts commit 346af54711 .
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1330163010 .
2015-09-09 17:33:24 -07:00
Terry L. Lucas
346af54711
Dartium w/ JsInterop enabled
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1321613005 .
2015-09-09 17:01:40 -07:00
Terry L. Lucas
012c998f64
Revert "Patched in Dartium JsInterop"
...
This reverts commit 4bb2e617db .
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1327083002 .
2015-09-08 13:35:03 -07:00
Terry L. Lucas
4bb2e617db
Patched in Dartium JsInterop
...
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//1310363006 .
2015-09-08 12:46:41 -07:00
William Hesse
3699a5c98b
Update macos dart2js status for Chrome 45.
...
BUG=
Review URL: https://codereview.chromium.org//1309903008 .
2015-09-03 19:24:21 +02:00
William Hesse
d0a3d8c21c
Update dart2js status for Chrome 45 on windows.
...
BUG=
Review URL: https://codereview.chromium.org//1314903009 .
2015-09-03 19:15:36 +02:00
Johnni Winther
ae721be5ae
Prepare for computation of NewStructure in Resolution.
...
BUG=
R=karlklose@google.com
Committed: https://github.com/dart-lang/sdk/commit/1a8f32efc441c4f8603b0d8c83b82d326dbc5d4c
Reverted: https://github.com/dart-lang/sdk/commit/db89bc6574859b93434e98e68bcbe15f0330ab9e
Review URL: https://codereview.chromium.org//1323573002 .
2015-09-01 12:39:47 +02:00
Johnni Winther
db89bc6574
Revert "Prepare for computation of NewStructure in Resolution."
...
This reverts commit 1a8f32efc4 .
BUG=
Review URL: https://codereview.chromium.org//1308153007 .
2015-09-01 10:15:22 +02:00
Johnni Winther
1a8f32efc4
Prepare for computation of NewStructure in Resolution.
...
BUG=
R=karlklose@google.com
Review URL: https://codereview.chromium.org//1323573002 .
2015-09-01 10:11:19 +02:00
William Hesse
654c573c14
Update co19 status file for Firefox 40 on windows
...
BUG=
TBR=kustermann@google.com
Review URL: https://codereview.chromium.org//1310073005 .
2015-08-26 19:48:33 +02:00