Devon Carew
|
fe3bba8b03
|
Switch integration tests to use a snapshot for the analysis server.
Bug: https://github.com/dart-lang/sdk/issues/33189
Change-Id: I27ac08545c36c1cc1c7718b945f298b6286731b9
Reviewed-on: https://dart-review.googlesource.com/57300
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
|
2018-05-30 17:29:55 +00:00 |
|
Vyacheslav Egorov
|
f2b137343c
|
Do not run analyzer benchmarks in checked mode.
Change-Id: Ib591a981d29ae671c6c6ea3b4f1e64e098607a5a
Reviewed-on: https://dart-review.googlesource.com/54230
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
|
2018-05-08 19:44:37 +00:00 |
|
Brian Wilkerson
|
602a8c2a7b
|
Clean up usage of deprecated constants
Change-Id: I9005ba6e94529e15d8f7b21322591f4a9dabec47
Reviewed-on: https://dart-review.googlesource.com/45763
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
|
2018-03-09 01:02:49 +00:00 |
|
Danny Tuppeny
|
f91ab5b64e
|
Fix test failures on Windows
Windows doesn't have curl, but PowerShell does have Invoke-WebRequest (aliased to curl).
Also Fix set_general_subscriptions_test path issue.
Bug: https://github.com/dart-lang/sdk/issues/32355
Change-Id: I7567e2e01fc2158443b86569894ab0b17b3c5096
Reviewed-on: https://dart-review.googlesource.com/44240
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Danny Tuppeny <danny@tuppeny.com>
|
2018-03-01 07:46:36 +00:00 |
|
Jaime Wren
|
cd878bc433
|
Create the new flag --use-cfe in the analyzer, analysis server and analyzer_cli and migrate the old behavior of --preview-dart-2 to --use-cfe. The --preview-dart-2 flag is now a no-op, with functionality coming soon.
See https://github.com/dart-lang/sdk/issues/31640
Change-Id: I2db2e7ef6a324cbd5d369b807e331495fed167df
Reviewed-on: https://dart-review.googlesource.com/33121
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Jaime Wren <jwren@google.com>
|
2018-01-08 22:37:05 +00:00 |
|
Devon Carew
|
ee1404e91a
|
Allow analysis server benchmarks to run with --preview-dart-2.
Bug:
Change-Id: Ifb9a5c596d3ad63012177cfb4e0bd7b107e78aff
Reviewed-on: https://dart-review.googlesource.com/20941
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
|
2017-11-15 07:37:51 +00:00 |
|
Brian Wilkerson
|
e55812a3f2
|
Unify the server and plugin versions of the generators
R=devoncarew@google.com
Review-Url: https://codereview.chromium.org/2844273003 .
|
2017-04-28 07:46:29 -07:00 |
|
Konstantin Shcheglov
|
33ecec5d4f
|
Replace expect() with outOfTestExpect() in Analysis Server performance benchmark.
In package:test function expect() does not want to be used outside of
test() methods. So, we need a partial copy for using it in integration
tesitng code, and performance benchmarks.
R=paulberry@google.com, brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org/2413573003 .
|
2016-10-12 12:57:03 -07:00 |
|
Konstantin Shcheglov
|
de4d8b3a78
|
Switch analysis_server to use 'package:test'.
I'm changing DEPS in the corresponding analyzer CL.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Review URL: https://codereview.chromium.org/2394683006 .
|
2016-10-06 08:47:15 -07:00 |
|
Konstantin Shcheglov
|
ce55b927fc
|
Print min/max element in memory benchmarks.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org/2150033002 .
|
2016-07-14 12:20:41 -07:00 |
|
Brian Wilkerson
|
d8dfab5217
|
Fix comments in benchmark
R=scheglov@google.com
Review URL: https://codereview.chromium.org/2124053002 .
|
2016-07-06 11:06:03 -07:00 |
|
Brian Wilkerson
|
f3dc748db5
|
Add two memory usage benchmarks
R=pquitslund@google.com
Review URL: https://codereview.chromium.org/2111743002 .
|
2016-06-30 07:44:41 -07:00 |
|