Commit Graph

1458 Commits

Author SHA1 Message Date
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
Sigmund Cherem 484c3b7da5 suppress perf_test where it is not meant to run (forgot to include this in the
previous CL).

TBR=het@google.com

Review URL: https://codereview.chromium.org/2406003002 .
2016-10-10 15:26:41 -07:00
William Hesse 25e3b30560 Update status for failing tests
BUG=https://github.com/dart-lang/sdk/issues/27557
R=floitsch@google.com

Review URL: https://codereview.chromium.org/2405843002 .
2016-10-10 16:26:55 +02:00
Konstantin Shcheglov 1e744f3dc2 Skip dev_compiler/gen while testing analyzer.
There are about 400 failures in them.

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

Review URL: https://codereview.chromium.org/2358393003 .
2016-09-22 10:19:03 -07:00
Paul Berry e77187ff6d Fix pkg/analyzer/tool/task_dependency_graph/check_test.
This was broken by the move to ".packages" files.

R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/2351833002 .
2016-09-19 12:07:54 -07:00
William Hesse 82c24568d4 Update status after package root removal
BUG=https://github.com/dart-lang/sdk/issues/27378

Review URL: https://codereview.chromium.org/2347303002 .
2016-09-16 23:46:06 +02:00
William Hesse 61eee9ee52 Use checked-in .package file for building and testing
Stop creating [build dir]/packages directory with symbolic links.

BUG=https://github.com/dart-lang/sdk/issues/23565
R=rnystrom@google.com

Committed: https://github.com/dart-lang/sdk/commit/5d3e356ca75be8aeff3efde5df946d746b9f8352

Review URL: https://codereview.chromium.org/1746743002 .

Reverted: https://github.com/dart-lang/sdk/commit/6d238ba197c8bda71afe790f16f6e9adaf7abd13
2016-09-16 15:03:18 +02:00
John Messerly 70c3ae2aa3 remove dev_compiler tests from pkg.status
Review URL: https://codereview.chromium.org/2302663003 .
2016-08-31 18:51:57 -07:00
Kevin Moore 78b30272f2 Remove reference to deleted compiler sample in pkg.status
R=sigmund@google.com

Review URL: https://codereview.chromium.org/2225683007 .
2016-08-10 14:36:23 -07:00
Konstantin Shcheglov 0e855cbf53 Fix summary tests on Windows.
The tests use Posix style files paths, so when we convert them into
URIs we also should use Posix style implementation.

R=paulberry@google.com
BUG= https://github.com/dart-lang/sdk/issues/26828

Review URL: https://codereview.chromium.org/2147163003 .
2016-07-14 13:09:30 -07:00
Konstantin Shcheglov 454f9edddd Fixes for ContextBuilder and tests to make them pass on Windows.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org/2153463002 .
2016-07-14 11:09:15 -07:00
Konstantin Shcheglov 139c7e21e2 Update pkg/pkg.status - analysis_server/test/context_manager_test is fixed on Windows.
R=brianwilkerson@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org/2149983002 .
2016-07-14 09:33:46 -07:00
William Hesse 020b6db84e Update statuses for failing tests
BUG=https://github.com/dart-lang/pub/issues/1429
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/2125563002 .
2016-07-05 10:58:08 +02:00
William Hesse fbe6947e63 Skip analyzer/tool test on dart2js.
BUG=dartbug.com/26813

Review URL: https://codereview.chromium.org/2120483002 .
2016-07-01 15:19:35 +02:00