Konstantin Shcheglov
23901d8c21
Mark analyzer/test/src/task/strong/front_end_inference_test as slow on checked VM.
...
R=brianwilkerson@google.com , paulberry@google.com
BUG=
Review-Url: https://codereview.chromium.org/2847243003 .
2017-04-28 14:48:28 -07:00
Ryan Macnak
b1093e7a6d
[gardening] Supress failing Fasta tests.
...
Issue #29511
Review-Url: https://codereview.chromium.org/2848023002 .
2017-04-28 10:38:06 -07:00
Erik Corry
4b9bba55b4
Stoppp using trippple consonants
...
R=ahe@google.com
BUG=
Review-Url: https://codereview.chromium.org/2833073002 .
2017-04-21 17:50:13 +02:00
Peter von der Ahé
73159e7f56
Skip all fasta tests when build directory may be missing.
...
R=erikcorry@google.com
Review-Url: https://codereview.chromium.org/2831573002 .
2017-04-19 14:31:59 +02:00
Peter von der Ahé
2d9956a93d
Move kernel baseline tests to front_end.
...
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2825063002 .
2017-04-19 10:57:58 +02:00
Peter von der Ahé
433575f618
Remove kernel baseline tests.
...
In CL 2824203002 the associated test cases are moved to pkg/front_end which uses pkg/testing to replace what's implemented in these tests.
R=asgerf@google.com
Review-Url: https://codereview.chromium.org/2824203002 .
2017-04-19 10:22:25 +02:00
Peter von der Ahé
6b150cb01f
Verify rethrow and parents of variables.
...
R=asgerf@google.com
Review-Url: https://codereview.chromium.org/2800853005 .
2017-04-07 12:59:03 +02:00
Dan Rubel
b5b64e98e9
fix fasta/analyzer KeywordToken.value()
...
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2795243002 .
2017-04-04 10:52:00 -04:00
Peter von der Ahé
b1f42e6414
Update status file.
...
Review-Url: https://codereview.chromium.org/2796063002 .
2017-04-04 15:32:27 +02:00
Peter von der Ahé
0b57a81f51
Update status file.
...
R=danrubel@google.com
Review-Url: https://codereview.chromium.org/2795863003 .
2017-04-04 15:22:38 +02:00
Peter von der Ahé
38f398281d
Mark tests as slow.
...
Review-Url: https://codereview.chromium.org/2791283002 .
2017-04-03 16:54:20 +02:00
William Hesse
011a5a6a66
Remove ie10 and opera sections from status files
...
BUG=
R=kustermann@google.com
Review-Url: https://codereview.chromium.org/2783653002 .
2017-03-28 16:38:59 +02:00
Asger Feldthaus
a3402df15c
[Kernel] Remove code from the old type propagation.
...
BUG=
R=kmillikin@google.com
Review-Url: https://codereview.chromium.org/2780513004 .
2017-03-28 12:43:22 +02:00
Peter von der Ahé
1f712e68fd
Mark summarize_fasta_test as slow.
...
Review-Url: https://codereview.chromium.org/2777593002 .
2017-03-24 15:59:53 +01:00
William Hesse
e0d6521025
Update status for three flaky analyzer unit tests
...
BUG=https://github.com/dart-lang/sdk/issues/29133
R=brianwilkerson@google.com , kustermann@google.com
Review-Url: https://codereview.chromium.org/2768803002 .
2017-03-22 15:05:56 +01:00
Martin Kustermann
18a0cf2f35
Skip flaky analyzer_plugin/tool/spec/check_all_test test
...
BUG=https://github.com/dart-lang/sdk/issues/29134
Review-Url: https://codereview.chromium.org/2765273002 .
2017-03-22 14:28:58 +01:00
Peter von der Ahé
983a47293c
Fix IdentifierContext for primary expressions. Also pass IdentifierContext to handleThisExpression and handleSuperExpression.
...
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2768523002 .
2017-03-22 09:39:29 +01:00
Natalie Weizenbaum
b8b7060b2e
Mark an analyzer test as slow on Windows. ( #29020 )
...
analyzer/test/src/task/strong/inferred_type_test was timing out in the
log linked below, and among the slower tests in other logs.
https://build.chromium.org/p/client.dart/builders/pkg-mac10.11-release-be/builds/3308/steps/package%20unit%20tests/logs/stdio
2017-03-09 16:51:17 -08:00
Paul Berry
a85cdfc50f
Add fasta-based summary generation code.
...
The code is still a work in progress, so its test is marked as failing.
Note: I believe there is code duplicatoin between the StackListener
class introduced by this CL and the StackListener class in
pkg/front_end. Once more tests are passing, I intend to remove this
code duplication.
R=sigmund@google.com
Review-Url: https://codereview.chromium.org/2738273002 .
2017-03-09 15:38:42 -08:00
Natalie Weizenbaum
636fa319ac
Mark an analyzer test as slow on Windows. ( #29016 )
...
analyzer/test/src/task/strong/checker_test was timing out in the log
linked below, and among the slower tests in other logs.
https://build.chromium.org/p/client.dart/builders/pkg-win7-release-be/builds/2933/steps/package%20unit%20tests/logs/stdio
2017-03-09 14:57:26 -08:00
Peter von der Ahé
7c0af354ed
Skip bootstrap_test on bots that don't build the sdk.
...
R=kustermann@google.com
Review-Url: https://codereview.chromium.org/2725183002 .
2017-03-02 16:54:22 +01:00
Peter von der Ahé
628be2b36a
Apply transformers and other work arounds to get boostrapping to work.
...
R=karlklose@google.com
Review-Url: https://codereview.chromium.org/2723173002 .
2017-03-02 14:31:58 +01:00
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