Commit Graph

1421 Commits

Author SHA1 Message Date
Devon Carew 64af69ac51 Bind the diagnostics server on ipv4 ports.
BUG=
R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2930003002 .
2017-06-09 10:43:51 -07:00
Vyacheslav Egorov e00dce80e0 Gardening: Mark get_server_port_test as failing on non-IPv6 enabled systems
R=whesse@google.com
BUG=https://github.com/dart-lang/sdk/issues/29820

Review-Url: https://codereview.chromium.org/2925203004 .
2017-06-08 15:04:55 +02:00
Vyacheslav Egorov 477df4d03b Gardening: Mark get_server_port_test as failing on pkg-linux-release-be
R=ahe@google.com
BUG=https://github.com/dart-lang/sdk/issues/29820

Review-Url: https://codereview.chromium.org/2928973002 .
2017-06-08 14:32:14 +02:00
Peter von der Ahé f73e2ecf28 Clean up status files.
R=johnniwinther@google.com

Review-Url: https://codereview.chromium.org/2928903002 .
2017-06-08 13:50:30 +02:00
Sigmund Cherem 8f17a29811 Fix bots: dont run integration test with --use-sdk
TBR=scheglov@google.com

Review-Url: https://codereview.chromium.org/2929653002 .
2017-06-07 13:21:48 -07:00
Lasse R.H. Nielsen 5720e3556c Add negation to single-identifier tests in status files.
Optimize some regegps too.

Fixes #29756

BUG= http://dartbug.com/29756
R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2913963002 .
2017-06-02 10:38:14 +02:00
Florian Loitsch db82be82c7 Give analyzer test more time.
Review-Url: https://codereview.chromium.org/2915583003 .
2017-05-30 12:52:06 +02:00
Peter von der Ahé 8f1a69826a Fix problems with closures_test.
R=dmitryas@google.com

Review-Url: https://codereview.chromium.org/2898173005 .
2017-05-30 12:10:01 +02:00
Natalie Weizenbaum 74145e2e82 Mark analyzer_cli/test/driver_test as slow. (#29735)
This was already marked slow on Windows, but I saw a timeout on Linux as
well so it seems best to just mark it slow for all platforms.
2017-05-26 15:45:35 -07:00
Peter von der Ahé 0c785bef97 Don't skip IKG tests anymore.
R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2896023002 .
2017-05-23 13:29:55 +02:00
Sigmund Cherem 846845c1c5 skip generate_kernel_test in use_sdk mode
There is no "patched_sdk" in that mode

BUG=

Review-Url: https://codereview.chromium.org/2878963002 .
2017-05-12 11:36:08 -07:00
Peter von der Ahé 5d08d5bb6c Update verifier to correctly analyze types of fields.
Fixes #29511.

R=paulberry@google.com

Review-Url: https://codereview.chromium.org/2855603002 .
2017-05-01 17:26:10 +02:00
Martin Kustermann 22ba4c173f [Gardening] Mark front_end/test/fasta/outline_test as Slow
The test is around 1 minute on the buildbot.

Review-Url: https://codereview.chromium.org/2851153002 .
2017-05-01 09:43:10 +02:00
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