Commit Graph

1115 Commits

Author SHA1 Message Date
ngeoffray@google.com 5ca4106a51 Skip dart2js/firefox until we fix issue 2615.
Review URL: https://chromiumcodereview.appspot.com//10449049

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8045 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-29 09:41:29 +00:00
ngeoffray@google.com edd66e8a34 Update status files for having opera green.
Review URL: https://chromiumcodereview.appspot.com//10440069

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8038 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-29 09:01:49 +00:00
iposva@google.com 68f4d6aab9 - Make bounds for pi_test symmetric.
- Reenable pi_test for VM based runs.
Review URL: https://chromiumcodereview.appspot.com//10383293

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7882 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-22 22:40:47 +00:00
iposva@google.com 47fd39f354 - Fix build: pi_test.dart depends too much on seed value.
Review URL: https://chromiumcodereview.appspot.com//10412035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7865 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-22 18:08:27 +00:00
iposva@google.com 3b3b6e5000 - Add a math library. Currently it mostly matches the Math class in dart:core.
- Add a useable Random number generator.
Review URL: https://chromiumcodereview.appspot.com//10389150

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7860 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-22 16:54:31 +00:00
ager@google.com 353288b664 Update lib.status to only contain the things that are needed.
R=sgjesse@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7639 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-15 07:30:26 +00:00
ager@google.com 0159e0a3b8 Revert "Disable crypto tests on Dartium."
R=antonm@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7609 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-14 13:59:55 +00:00
ager@google.com 3d246ef05f Disable crypto tests on Dartium.
DRT doesn't understand

R=antonm@google.com
BUG=dartbug.com/3042
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7606 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-14 12:34:07 +00:00
ngeoffray@google.com 21041489fa Implement PrimitiveOrNull types.
Review URL: https://chromiumcodereview.appspot.com//10389063

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7537 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-11 10:25:11 +00:00
ager@google.com cc21879aef After bit-operation fixes the crypto library works with dart2js.
Only change is to avoid remaining issue that (8 >> 32) is 8 with
dart2js at this point. We restrict the length of the message to
"2^32 - 1" bits which.

R=sgjesse@google.com,floitsch@google.com
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7533 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-11 08:09:49 +00:00
antonm@google.com e4402161e4 Add #library decls to enable tests in Dartium.
R=iposva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7079 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-27 13:43:13 +00:00
asiva@google.com 368163223a Turn on crypto tests back for the VM.
Review URL: https://chromiumcodereview.appspot.com//10184014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7054 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-27 01:28:27 +00:00
srdjan@google.com cb9556b23c Disable slow crypto test on Mac.
Review URL: https://chromiumcodereview.appspot.com//10238017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7044 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-26 21:50:09 +00:00
antonm@google.com 559b3e5a2d Suppress crypto tests.
Review URL: https://chromiumcodereview.appspot.com//10235011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7038 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-26 19:45:19 +00:00
iposva@google.com d10d1d2cb3 - Add tests/lib to start testing libraries outside of core.
Review URL: https://chromiumcodereview.appspot.com//10197008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6929 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-25 09:13:56 +00:00