fschneider@google.com
4939ad9d39
Enable some skipped pkg/ tests on ARM and MIPS.
...
They are passing on the simulator.
Review URL: https://codereview.chromium.org//25001002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27996 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-27 09:06:46 +00:00
vsm@google.com
e0e1243e67
Reenable mutation_observer_test
...
Fix is in: https://chromiumcodereview.appspot.com/24492005/
BUG=13606
R=asiva@google.com
Review URL: https://codereview.chromium.org//24610003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27963 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 16:54:35 +00:00
kustermann@google.com
55e9dc75b4
test.py: Parse unittest-suite-{wait-for-done,success} messages in output of d8/jsshell/vm
...
R=ricow@google.com
Review URL: https://codereview.chromium.org//24573003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27953 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 14:06:01 +00:00
johnniwinther@google.com
f83de85c7e
Handle hiding dart:core imports specially.
...
BUG=http://dartbug.com/13542
R=ngeoffray@google.com
Review URL: https://codereview.chromium.org//24736002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27938 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 10:59:55 +00:00
ricow@google.com
2b873ea6f1
Mark pkg/mutation_observer/test/mutation_observer_test as flaky
...
This is crashing in an assertion
Filed issue 13606 to track this.
R=kasperl@google.com
Review URL: https://codereview.chromium.org//24438010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27933 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 07:21:27 +00:00
ricow@google.com
4eba8e5c88
Remove flaky markers for v8 bug - this has already been fixed by a v8 roll
...
R=kustermann@google.com
Review URL: https://codereview.chromium.org//24517002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27931 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 06:47:20 +00:00
fschneider@google.com
9a87eb0944
Fix x64 assembler in roundsd and pxor.
...
BUG=https://code.google.com/p/dart/issues/detail?id=13543
R=johnmccutchan@google.com
Review URL: https://codereview.chromium.org//24568002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27882 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 15:00:53 +00:00
kustermann@google.com
dfbf264f40
Automatically converted general Fail status file markers to one of the more specific markers
...
R=johnniwinther@google.com , ricow@google.com
Review URL: https://codereview.chromium.org//23494066
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27876 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 12:47:03 +00:00
kustermann@google.com
9e1ba8381e
Status file update after adding new vm-linux-release-optcounter-threshold builder
...
TBR=ricow@google.com
Review URL: https://codereview.chromium.org//23710088
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27815 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 12:19:10 +00:00
ngeoffray@google.com
0685ecd38f
Update status file for crashing test.
...
Review URL: https://codereview.chromium.org//24349004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27814 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 12:11:30 +00:00
whesse@google.com
d609dcbe02
Mark scheduled_server_test as flaky on all plaforms
...
BUG=dartbug.com/13524
Review URL: https://codereview.chromium.org//23708061
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27795 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 02:04:33 +00:00
whesse@google.com
41f398eefb
Don't run scheduled_server_test on the browser.
...
BUG=
Review URL: https://codereview.chromium.org//23447054
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27794 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 01:42:43 +00:00
asiva@google.com
74e69d051b
Skip scheduled_test on dartium as it expects dart:io
...
Review URL: https://codereview.chromium.org//24281011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27792 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 00:58:41 +00:00
whesse@google.com
e7b1c5f7d4
Fix failures in pkg/scheduled_test scheduled_server_test.
...
The package and test were throwing strings, which do not have attached stack traces because they are primitives.
BUG=dartbug.com/9582
R=nweiz@google.com
Review URL: https://codereview.chromium.org//23591061
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27790 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 00:00:37 +00:00
blois@google.com
0ed3cb19e4
Updating Shadow DOM and including some fixes to enable it to work with CustomElements.
...
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//24324005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27785 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-23 23:04:37 +00:00
ahe@google.com
05a9a7834e
Emit CSP code in separate file.
...
R=kasperl@google.com
Review URL: https://codereview.chromium.org//24267004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27745 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-23 09:06:14 +00:00
asiva@google.com
c7839584bb
Update status file to remove flaky status under dartium for test
...
pkg/custom_element/test/custom_element_test
R=vsm@google.com
Review URL: https://codereview.chromium.org//23503078
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27676 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-19 20:57:28 +00:00
justinfagnani@google.com
1e84569c04
Fix polymer_expressions syntax test on Safari and IE
...
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//24195007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27630 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 17:25:17 +00:00
kasperl@google.com
f77e810f81
First attempt at fixing the status file for chrome-on-android.
...
R=kustermann@google.com
BUG=
Review URL: https://codereview.chromium.org//23653043
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27601 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 09:56:33 +00:00
ricow@google.com
329e56d993
Suppress failure of pkg/polymer_expressions/test/syntax_test fails on safari and IE
...
Filed issue 13361
Review URL: https://codereview.chromium.org//23614017
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27544 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-17 06:24:42 +00:00
sigmund@google.com
ba97c385d4
Rearranges the polymer package now that the old compiler is gone.
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//23757034
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27462 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-13 00:18:09 +00:00
jmesserly@google.com
de05038d87
fix polymer/test/events_test status on ff+windows
...
Review URL: https://codereview.chromium.org//24126004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27460 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-12 23:37:33 +00:00
jmesserly@google.com
dec9af04ee
fix shadowdom polyfill
...
I'm not sure when it broke, but it was not rendering TodoMVC at startup (actually -- it was rendering, then clearing). In any case, the bug goes away with an updated ShadowDOM. We're now completely unforked
I also fixed minify mode. It no longer depends on the name 'GeneratedWrapper', instead it detects the precise problematic case and deals with it.
R=sigmund@google.com
Review URL: https://codereview.chromium.org//24129004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27458 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-12 23:04:02 +00:00
sigmund@google.com
e9dbf02af1
Latest attempt to polymer-build scripts in fix windows
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//24126002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27457 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-12 22:42:47 +00:00
sigmund@google.com
ddd60484a8
Fix status while I fix the real issue in bots.
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//23533054
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27448 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-12 20:51:01 +00:00
sigmund@google.com
cc194ddbd8
Update status files marking some polymer tests as timeout/flake
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//23498029
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27412 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-11 22:50:40 +00:00
jmesserly@google.com
68a3655f3e
add timeout as an option for polymer/example IE tests
...
Review URL: https://codereview.chromium.org//24097004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27361 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 23:03:10 +00:00
jmesserly@google.com
58700e061f
fix pkg.status file for polymer/example/component/news test
...
Review URL: https://codereview.chromium.org//23903039
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27360 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 22:33:52 +00:00
jmesserly@google.com
00c31d8951
mark polymer test failing on safari, ie
...
BUG=
Review URL: https://codereview.chromium.org//23531038
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27358 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 22:08:58 +00:00
jmesserly@google.com
05705dad2f
fix polymer tests -- replace run.sh and run tests using bots
...
BUG=
R=sigmund@google.com
Review URL: https://codereview.chromium.org//24077003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27353 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 21:21:55 +00:00
ricow@google.com
d463e8ac03
Mark pkg/crypto/test/hmac_sha256_test as flaky
...
We already have issue 12502 to track this.
R=kustermann@google.com
Review URL: https://codereview.chromium.org//24056006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27335 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 13:00:12 +00:00
sigmund@google.com
b5e920e0bf
Reenable polymer_expressions syntax_test.
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//23437019
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27088 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 01:59:07 +00:00
ricow@google.com
713a068bc2
Remove suppression for issue 12429
...
This is fixed by the v8 roll in revision 27038
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23537012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27042 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-03 11:16:38 +00:00
scheglov@google.com
2407a0bc51
Restore pkg.status item.
...
TBR
R=ahe@google.com
BUG=
Review URL: https://codereview.chromium.org//23536010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27021 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-02 19:41:46 +00:00
scheglov@google.com
5f27a4f4ad
java2dart improvements and new analyzer_experimental snapshot.
...
1. All enums extend Enum class.
2. Remove more unneeded parentheses.
3. Remove type arugments for types with all wildcards.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//23852002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27020 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-02 19:01:22 +00:00
ahe@google.com
1ec950324d
custom_element_test is flaky
...
Review URL: https://codereview.chromium.org//23550004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26983 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-01 06:26:53 +00:00
ahe@google.com
f497cd1f59
Update status file for crashing test.
...
Review URL: https://codereview.chromium.org//23537007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26980 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 13:46:22 +00:00
ahe@google.com
a5f62a3902
TestCase times out after 20 seconds.
...
R=gram@google.com
Review URL: https://codereview.chromium.org//22849010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26974 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 09:24:52 +00:00
sigmund@google.com
b7337fe3b6
Mark html5lib browser_test as skip (it's now being detected as a test for
...
test.dart, but it's not supported).
Review URL: https://codereview.chromium.org//23823003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26964 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 00:35:47 +00:00
blois@google.com
e978a60f39
Skipping polymer_expressions/test/syntax_test
...
TBR
BUG=https://code.google.com/p/dart/issues/detail?id=12954
Review URL: https://codereview.chromium.org//23837004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26961 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 00:13:32 +00:00
blois@google.com
761b1a4180
Fixing status of analyzer_experimental/test/options_test
...
TBR
BUG=
Review URL: https://codereview.chromium.org//23691028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26959 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 23:15:29 +00:00
whesse@google.com
b386f70f4c
Mark a pub test flaky on macos
...
BUG=http://dartbug.com/12837
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//23618016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26913 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 13:43:48 +00:00
sigmund@google.com
8e097beaac
Mark sequence_zip test as flaky.
...
Review URL: https://codereview.chromium.org//23745002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26838 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 02:37:19 +00:00
alanknight@google.com
5a965b5a45
Resume testing message extraction on Windows after dart:io fix
...
R=efortuna@google.com
Review URL: https://codereview.chromium.org//23630002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26744 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 20:50:55 +00:00
ngeoffray@google.com
cf82ac340b
Update csslib expectations.
...
Review URL: https://codereview.chromium.org//23570002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26700 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 10:02:40 +00:00
lrn@google.com
6e34d019b4
Change test expectation on pkg/csslib/var_test for dart2js
...
Review URL: https://codereview.chromium.org//23513005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26699 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 09:49:28 +00:00
nweiz@google.com
22f45f401e
Don't run parse_compilation_unit_test on browser/dart2js bots.
...
BUG=
Review URL: https://codereview.chromium.org//23498002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26676 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-26 23:20:26 +00:00
rnystrom@google.com
b35a36dbe5
Normalize incoming AssetID paths.
...
BUG=https://code.google.com/p/dart/issues/detail?id=12650
R=nweiz@google.com , sigmund@google.com
Review URL: https://codereview.chromium.org//22887039
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26558 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 21:36:36 +00:00
floitsch@google.com
1640181cc1
Mark hmac test as flaky.
...
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23137016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26524 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 14:24:31 +00:00
sigmund@google.com
44d16cd3fe
Mark windows tests as failing (this time for real)
...
TBR=jmesserly@google.com
Review URL: https://codereview.chromium.org//23295027
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26501 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 01:37:02 +00:00