Commit Graph

1421 Commits

Author SHA1 Message Date
Florian Schneider 7646c15bc8 Add Timeout marker to kernel pkg test.
This is already marked as expected fail on Windows. It is also slow,
why it seems to timeout sometimes.

Related to #28243

TBR=kmillikin

Review-Url: https://codereview.chromium.org/2686303002 .
2017-02-10 10:21:24 -08:00
Natalie Weizenbaum 9090672755 [Gardening] Mark a test as slow on OS X. (#28715)
kernel/test/baseline_type_propagation_test was flakily timing out on the
OS X bots.
2017-02-09 15:16:14 -08:00
Peter von der Ahé b0c9753106 Use correct name of compile_test.
R=dmitryas@google.com

Review-Url: https://codereview.chromium.org/2686073002 .
2017-02-09 13:23:42 +01:00
Peter von der Ahé f32f48bcd5 Mark fasta/compile test slow.
Fixes https://github.com/dart-lang/sdk/issues/28701

R=dmitryas@google.com

Review-Url: https://codereview.chromium.org/2685103002 .
2017-02-09 12:40:00 +01:00
William Hesse f7e08cc102 Update status for front-end unit tests
BUG=https://github.com/dart-lang/sdk/issues/28698
TBR=ahe@google.com

Review-Url: https://codereview.chromium.org/2681033008 .
2017-02-09 03:03:34 +01:00
Paul Berry 9a82ada085 Remove hardcoded paths from perf.dart.
This lets perf.dart find the SDK and the .packages file regardless of
the architecture that's being tested and the working directory in
which the script is started.

Fixes #28676.

R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2687723002 .
2017-02-08 16:48:20 -08:00
Sigmund Cherem b14963b443 Adjust status file for perf_test on windows and mac.
Review-Url: https://codereview.chromium.org/2686743002 .
2017-02-07 16:01:08 -08:00
Martin Kustermann f99d3c9192 Mark kernel test as slow, regenerate baseline file
Review-Url: https://codereview.chromium.org/2682653002 .
2017-02-07 11:16:24 +01:00
Leaf Petersen 0c2bf046f1 Add FutureOr to analyzer_cli test async.dart.
Fixes https://github.com/dart-lang/sdk/issues/28653 .

BUG=
R=brianwilkerson@google.com, whesse@google.com

Review-Url: https://codereview.chromium.org/2675203006 .
2017-02-06 17:08:33 -08:00
William Hesse e231421b69 Update status for strong mode and analyzer tests
BUG=https://github.com/dart-lang/sdk/issues/28653
R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2679013003 .
2017-02-07 00:14:50 +01:00
Brian Wilkerson 9aac3a1845 [Gardening] Attempt to fix the analyzer bots
R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2681553002 .
2017-02-06 14:14:28 -08:00
Bob Nystrom e826303741 Get rid of --use-repository-packages and --use-public-packages.
The former doesn't seem to tell us anything useful, and is broken. The
latter is no longer needed as a flag without the former. The pkgbuild
suite implies it and other suites don't support it.

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2673133002 .
2017-02-06 10:40:53 -08:00
William Hesse 35d9f57f0e Update status for fasta unit tests in --use-sdk case
BUG=https://github.com/dart-lang/sdk/issues/28629
R=ahe@google.com, fschneider@google.com

Review-Url: https://codereview.chromium.org/2676023002 .
2017-02-03 20:31:46 +01:00
Peter von der Ahé 7512ab5c79 Enable running of fasta tests on build bot.
Fixes https://github.com/dart-lang/sdk/issues/28594

R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2675593003 .
2017-02-03 07:12:04 +01:00
Peter von der Ahé dbfc48491e Skip fasta tests again, take 2.
Review-Url: https://codereview.chromium.org/2666193003 .
2017-02-01 17:46:29 +01:00
Peter von der Ahé 8a9e0dd5cd Skip fasta tests again.
Review-Url: https://codereview.chromium.org/2667003004 .
2017-02-01 17:43:10 +01:00
Peter von der Ahé e037a21ec3 Update location of rasta tests.
Fixes https://github.com/dart-lang/sdk/issues/28594

R=karlklose@google.com

Review-Url: https://codereview.chromium.org/2663163005 .
2017-02-01 16:33:15 +01:00
Peter von der Ahé 033c41b760 Update pkg.status with respect to fasta.
R=paulberry@google.com

Review-Url: https://codereview.chromium.org/2671473002 .
2017-02-01 14:16:32 +01:00
William Hesse 7347d10f6e Skip all analyzer_plugin tests on dart2js
BUG=
TBR=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2662183005 .
2017-02-01 03:56:03 +01:00
Brian Wilkerson 0e365d8e16 Disable running analyzer_plugin tests in dart2js
R=whesse@google.com

Review-Url: https://codereview.chromium.org/2668143002 .
2017-01-31 14:47:40 -08:00
Paul Berry 7b8ec3a33f Skip test file_repository_test on dart2js, since it uses dart:io
TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2642783007 .
2017-01-19 14:07:32 -08:00
Paul Berry 129fffb838 Fix front_end's file_repository_test on jsshell.
All front_end tests are marked as "RuntimeError, OK" in the status
file.  Counterintuitively, a test which passes does not seem to be
considered "ok".  Changing this to "RuntimeError, OK, Pass" solves the
problem.

TBR=whesse@google.com

Review-Url: https://codereview.chromium.org/2648583002 .
2017-01-19 13:21:39 -08:00
Paul Berry 48f58f9467 Disable new tests introduced by 05a417034a on dart2js
TBR=danrubel@google.com, scheglov@google.com

Review-Url: https://codereview.chromium.org/2635133004 .
2017-01-17 08:52:52 -08:00
Leaf Petersen bda08adaaf Ignore dev_compiler generated files in pkg.status.
Second attempt, just move the gen file entry up out of the analyzer
only section.

BUG=
R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2618313002 .
2017-01-13 13:52:06 -08:00
Paul Berry a60f4ff378 Disable new test "subpackage_relationships_test" on dart2js.
The test uses dart:io.

TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2629573005 .
2017-01-12 17:08:55 -08:00
Florian Schneider c781560d42 Fix pkg.status file after removing noopt
TBR=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2625143003 .
2017-01-11 17:31:30 -08:00
Paul Berry 9d5c3a9917 Fix Windows path handling in uri_resolver_test.
Fixes #28309

R=danrubel@google.com

Review-Url: https://codereview.chromium.org/2628653002 .
2017-01-10 15:09:17 -08:00
Paul Berry 4a0695f4d4 Mark pkg/front_end/test/src/base/uri_resolver_test as failing on Windows
This was broken by ba241c0c8d.  I will follow up with a fix.

TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2621543003 .
2017-01-09 14:53:31 -08:00
Jennifer Messerly 816592a941 fixes #28236, generic methods should not cause warnings in Dart 1
Instantiate universal functions in subtype tests & tear-offs. Also updates the status files and one Analyzer test that covered the tear-off type.

R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2621433003 .
2017-01-09 12:46:20 -08:00
Leaf Petersen 7b359178ca Revert "Ignore dev_compiler gen directory when running tests."
This reverts commit d5fc4971be.

TBR=rnystrom@google.com

BUG=

Review-Url: https://codereview.chromium.org/2618263003 .
2017-01-09 04:33:26 -08:00
Leaf Petersen d5fc4971be Ignore dev_compiler gen directory when running tests.
BUG=
R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2609673002 .
2017-01-09 04:10:16 -08:00
Paul Berry e9915515e1 Disable processed_options_test for dart2js.
This test uses dart:io so it can't run on dart2js.

TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2617833005 .
2017-01-06 13:37:45 -08:00
Paul Berry 3800a45ff0 Work around broken analyzer test front_end/test/src/base/processed_options_test
The test is broken due to bug #28236.

TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2611123006 .
2017-01-06 11:50:29 -08:00
Dan Rubel dff9e61d4d fix tests
Review-Url: https://codereview.chromium.org/2614893002 .
2017-01-04 22:08:55 -05:00
Asger Feldthaus 0546f6b4b7 Support generic method syntax in kernel pipeline.
Closes https://github.com/dart-lang/sdk/issues/28231
Closes https://github.com/dart-lang/sdk/issues/28238

R=kmillikin@google.com

Review-Url: https://codereview.chromium.org/2613683003 .
2017-01-04 14:25:36 +01:00
William Hesse 42b46905ad Update status for package tests
BUG=https://github.com/dart-lang/sdk/issues/27937
BUG=https://github.com/dart-lang/sdk/issues/28243
R=kmillikin@google.com

Review-Url: https://codereview.chromium.org/2602323003 .
2017-01-03 15:27:18 +01:00
Lasse R.H. Nielsen 44594277e1 Make core libraries use generic method syntax.
Removes comment syntax where possible for the following platform libraries:
* async
* collection
* convert
* core
* internal
* io
* math

The HTML related libraries are not changed. The templates used to build them
must be changed as well.

R=floitsch@google.com

Committed: https://github.com/dart-lang/sdk/commit/68818315b5cc6c63fea0e10e90f515f6083ec095
Committed: https://github.com/dart-lang/sdk/commit/3f74b8d82edca8c342c43306714e68ddf84548e1
Review-Url: https://codereview.chromium.org/2529393002 .
2017-01-03 12:05:40 +01:00
Paul Berry f4e5c95606 Disable dependency_grapher_test on dart2js for now.
The test has a transitive dependency on dart:io which I haven't quite
figured out yet.  Once I figure out how to remove the transitive
dependency I'll re-enable the test.

TBR=sigmund@google.com

Review-Url: https://codereview.chromium.org/2582733003 .
2016-12-15 21:36:20 -08:00
Paul Berry d8f75e8dca Disable libraries_reader_test on dart2js for now.
The test has a transitive dependency on dart:io which I haven't quite
figured out yet.  Once I figure out how to remove the transitive
dependency I'll re-enable the test.

TBR=danrubel@google.com

Review-Url: https://codereview.chromium.org/2584593002 .
2016-12-15 07:20:03 -08:00
Karl Klose ff99a0ce59 Merge kernel closure conversion into the Dart SDK
This is the result of:
- taking the diff of the branch closure_conversion to master in the kernel
repository
- updating the file paths
- applying the diff to the Dart SDK
- fixing conflicts between the changes to pkg/kernel in the Dart SDK and the master branch in the kernel repository

R=asgerf@google.com

Review-Url: https://codereview.chromium.org/2561723003 .
2016-12-15 10:16:22 +01:00
Asger Feldthaus bb92055c47 Re-enable kernel unit tests on platforms where they are supported.
Some of them use dart:io and/or bigints so they have been disabled
on browsers and JS command-line tests.

BUG=
R=kmillikin@google.com

Review URL: https://codereview.chromium.org/2548833002 .
2016-12-05 11:35:41 +01:00
Ryan Macnak 1ebeb79942 Remove runtime 'dart_app' as it became identical to 'vm'.
Merge compiler 'dart2app' and 'dart2appjit' and rename to 'app_jit' since they came to mean the same thing.

Update status files to reflect these changes.

R=asiva@google.com

Review URL: https://codereview.chromium.org/2541533004 .
2016-12-01 16:47:33 -08:00
Paul Berry 66bc760621 Analyze dev_compiler on the analyzer bot.
This would have allowed me to catch the failure that forced
1d028eed8d to be reverted.

R=jmesserly@google.com

Review URL: https://codereview.chromium.org/2547683002 .
2016-12-01 13:51:01 -08:00
William Hesse de0c7acfd7 Update status for flaky Windows tests
BUG=https://github.com/dart-lang/sdk/issues/27935
R=eernst@google.com

Review URL: https://codereview.chromium.org/2539033002 .
2016-11-30 11:41:17 +01:00
Asger Feldthaus 50c199c224 Skip kernel unit tests on jsshell due to #26103.
BUG=
R=kmillikin@google.com

Review URL: https://codereview.chromium.org/2536633002 .
2016-11-28 13:44:34 +01:00
Paul Berry 195aaac25a Skip front_end tests on jsshell due to #26103.
R=sigmund@google.com

Review URL: https://codereview.chromium.org/2507203002 .
2016-11-16 13:41:42 -08:00
Sigmund Cherem cef521645f Skip FE tests under dart2js + fast-startup (which doesn't support dart:mirrors)
BUG=

Review URL: https://codereview.chromium.org/2505063002 .
2016-11-16 08:42:29 -08:00
Terry Lucas 57b03def16 Skip front_end tests running in Dartium
TBR=paulberry@google.com

Review URL: https://codereview.chromium.org/2475523003 .
2016-11-03 10:58:22 -07:00
Paul Berry 28b6a1f7ea Add implementations of the front end FileSystem API.
This required some small changes to the API contract.

Note that the tests use supermixins.  I'm assuming that supermixin
functionality will be available on all platforms by the time this is
needed.  If not, I will be happy to rewrite them.

R=scheglov@google.com, sigmund@google.com

Review URL: https://codereview.chromium.org/2471283002 .
2016-11-03 08:21:10 -07:00
Sigmund Cherem 5964bdfa0b Copy perf.dart into front_end/tool.
This keeps analyzer_cli/perf.dart for now: I need to make the change in two
parts so I can update the benchmark runners after I submit this.

BUG=
R=paulberry@google.com

Review URL: https://codereview.chromium.org/2432043008 .
2016-10-21 09:07:48 -07:00