Commit Graph

1145 Commits

Author SHA1 Message Date
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
William Hesse 0051d1b678 Run tests on analyzer compiled with dart2js only on dedicated bot
BUG=https://github.com/dart-lang/sdk/issues/26813
R=lrn@google.com

Review URL: https://codereview.chromium.org/2118753002 .
2016-07-01 11:14:58 +02:00
William Hesse f36b49f8f3 Update status for failing and flaky tests.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/2109593003 .
2016-06-29 22:42:51 +02:00
William Hesse 9eed0f74d4 Update status for passing analyzer test
BUG=https://github.com/dart-lang/http_parser/issues/6
R=lrn@google.com

Review URL: https://codereview.chromium.org/2089123002 .
2016-06-22 11:22:38 +02:00
William Hesse 45faa87e2f Update status for failing and flaky tests.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/2079213003 .
2016-06-20 12:57:55 +02:00
William Hesse 3f00850981 Skip some slow analyzer tests on dart2js bots.
BUG=https://github.com/dart-lang/sdk/issues/21628
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/2063193002 .
2016-06-14 16:46:21 +02:00
Ryan Macnak ef8baa8760 Add test harness option for app snapshots with unoptimized code.
./tools/test.py -m all -c dart2appjit -r dart_app --use-blobs

Rename 'dart_product' runtime to 'dart_app'.

Rename Dart_PrecompiledJITSnapshotBlob to Dart_CreateAppJITSnapshot and add documentation.

Remove out-of-date scripts in tools/precompilation.

R=fschneider@google.com

Review URL: https://codereview.chromium.org/1992703005 .
2016-05-26 10:37:47 -07:00
Johnni Winther 22c52a677c Reenable test.
BUG=
R=fschneider@google.com

Review URL: https://codereview.chromium.org/2007443002 .
2016-05-23 10:40:58 +02:00
Johnni Winther f27a03a58a Update status.
BUG=

Review URL: https://codereview.chromium.org/1996313003 .
2016-05-20 16:36:28 +02:00
Johnni Winther 7bfb9854d1 Mark test as timeout.
BUG=

Review URL: https://codereview.chromium.org/2000613002 .
2016-05-20 12:44:42 +02:00
Paul Berry 935d1d0e29 Mark completion_test as slow in checked mode.
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org/1959383002 .
2016-05-10 14:30:46 -07:00
Paul Berry 33f3e5012e Mark an analyzer test as slow due to bug #24914
Review URL: https://codereview.chromium.org/1869773006 .
2016-04-08 10:19:01 -07:00
Paul Berry 268fb83dfd Mark new test linker_test as slow due to bug #24914
TBR=scheglov@google.com

Review URL: https://codereview.chromium.org/1866393003 .
2016-04-07 13:32:59 -07:00
Paul Berry b873dab79c Mark summarize_ast_strong_test as slow on dart2js
TBR=scheglov@google.com

Review URL: https://codereview.chromium.org/1844043002 .
2016-03-30 12:19:30 -07:00