Asger Feldthaus
3a7529a363
Remove status file sections for the CPS IR.
...
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/2d6c90a6b3d6d1be5095e12a0a633305e1d5db2a
Review-Url: https://codereview.chromium.org/2720513006 .
2017-02-28 17:11:19 +01:00
Asger Feldthaus
e7b9672b3e
Revert "Remove status file sections for the CPS IR."
...
This reverts commit 2d6c90a6b3 .
BUG=
Review-Url: https://codereview.chromium.org/2720283002 .
2017-02-28 17:08:04 +01:00
Peter von der Ahé
86cad48993
Create Fasta bootstrap test.
...
R=karlklose@google.com
Review-Url: https://codereview.chromium.org/2719863003 .
2017-02-28 15:49:03 +01:00
Asger Feldthaus
2d6c90a6b3
Remove status file sections for the CPS IR.
...
BUG=
R=kmillikin@google.com
Review-Url: https://codereview.chromium.org/2720513006 .
2017-02-28 14:40:06 +01:00
Lasse R.H. Nielsen
2d137a8375
Mark analyzer test as slow. Has timeout on windows.
...
Is slowest test in batch even when it doesn't time out.
R=floitsch@google.com
Review-Url: https://codereview.chromium.org/2720873003 .
2017-02-28 14:10:26 +01:00
danrubel
37a6a49744
cleanup --batch-mode sourceFiles
...
BuildMode, the dartanalyzer driver used when the "--build-mode" option
is supplied, expects sourceFiles in the format "<uri>|<filepath>",
but the rest of the dartanalyzer code base does not understand this format.
This change updates BuildMode to rewrite sourceFiles,
stripping the "<uri>|" prefix, so that it does not cause problems
with code that does not expect this format.
Fix https://github.com/dart-lang/sdk/issues/28889
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2720493002 .
2017-02-26 08:54:51 -08:00
Brian Wilkerson
5f931a26e0
Re-mark test as failing until real solution is found (TBR)
...
Review-Url: https://codereview.chromium.org/2714073005 .
2017-02-24 09:21:11 -08:00
Brian Wilkerson
be65669b34
Fix tests that are failing on windows
...
Review-Url: https://codereview.chromium.org/2713913003 .
2017-02-24 08:18:54 -08:00
Florian Loitsch
13a2bef855
Mark driver_test as failing on windows.
...
Review-Url: https://codereview.chromium.org/2715973002 .
2017-02-24 17:08:36 +01:00
Karl Klose
37471144c2
Skip all tests in pkg/kernel/testcases
...
R=ahe@google.com
Review-Url: https://codereview.chromium.org/2715693002 .
2017-02-23 14:31:09 +01:00
Sigmund Cherem
04cf44d89c
Add script to run fasta as a benchmark
...
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2697403005 .
2017-02-17 14:33:56 -08:00
Dmitry Stefantsov
5068fde200
Skip running reify testscases on test bots
...
These tests aren't meant to be run. Instead, they should be transformed
by the reify transformation and compared against the expected outcomes.
TBR=karlklose@google.com
Review-Url: https://codereview.chromium.org/2700153002 .
2017-02-17 15:13:28 +01:00
Dmitry Olshansky
548c3a6788
Gardening: analyzer_cli driver_test takes too long on Windows
...
R=vegorov@google.com
Review-Url: https://codereview.chromium.org/2701853002 .
2017-02-17 15:00:52 +01:00
pq
4adcbc5775
[Status Update] Mark resynthesize_ast_test as SLOW.
...
BUG=
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2697923004 .
2017-02-15 14:02:13 -08:00
pq
f297f64c26
[Status Update] Mark correction/fix_test as SLOW.
...
This test hovers on the brink of timeouts and is a frequent flake.
BUG=
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2698583006 .
2017-02-15 11:13:04 -08:00
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