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 |
|
Stephen Adams
|
4b44331aaf
|
Fix test status to use the correct directory :-)
TBR=sigmund@google.com
Review URL: https://codereview.chromium.org/1840903002 .
|
2016-03-28 17:25:26 -07:00 |
|
Stephen Adams
|
cd37fcad3d
|
Mark lookup_map/test/lookup_map_test as failing for jsshell
At some point this became dependent on Timers.
R=sigmund@google.com
Review URL: https://codereview.chromium.org/1837773002 .
|
2016-03-28 14:41:12 -07:00 |
|
Stephen Adams
|
0c1e85ebad
|
Mark another analyzer test as slow on dart2js
TBR=sigmund@google.com
Review URL: https://codereview.chromium.org/1829293003 .
|
2016-03-25 18:24:21 -07:00 |
|
Stephen Adams
|
27d1600875
|
Mark more analyzer tests slow on dart2js
TBR=sigmund@google.com
Review URL: https://codereview.chromium.org/1836623003 .
|
2016-03-25 16:59:47 -07:00 |
|
Stephen Adams
|
f7a81f944e
|
Mark analyzer/test/src/dart/constant/evaluation_test as slow on dart2js
When it does not time out it is near the limit.
TBR=sigmund@google.com
Review URL: https://codereview.chromium.org/1836433004 .
|
2016-03-25 16:53:27 -07:00 |
|
Stephen Adams
|
578d29bd7c
|
Mark another analyzer-on-dart2js test a Slow
TBR=sigmund@google.com
Review URL: https://codereview.chromium.org/1831063002 .
|
2016-03-24 10:53:00 -07:00 |
|
William Hesse
|
fe72db6ee7
|
Update status of slow analyzer test
BUG=dartbug.com/21628
TBR=paulberry@google.com
Review URL: https://codereview.chromium.org/1822713002 .
|
2016-03-21 16:18:33 +01:00 |
|
Sigmund Cherem
|
0dc973c633
|
Mark a couple tests as slow
TBR=sra@google.com
Review URL: https://codereview.chromium.org/1802093002 .
|
2016-03-14 15:09:57 -07:00 |
|
Florian Loitsch
|
542541aebb
|
Mark more tests as slow.
Review URL: https://codereview.chromium.org/1782363005 .
|
2016-03-11 13:56:54 +01:00 |
|
Florian Loitsch
|
07552fb3f6
|
Mark analyzer test as slow.
Review URL: https://codereview.chromium.org/1781343002 .
|
2016-03-11 13:52:02 +01:00 |
|
Sigmund Cherem
|
f80b3d0ce0
|
Update status on cpsir bot: these new tests crash the compiler for a known
reason.
TBR=sra@google.com
Review URL: https://codereview.chromium.org/1777293003 .
|
2016-03-10 10:04:01 -08:00 |
|
Sigmund Cherem
|
385f3350c5
|
Update status of cpsir tests in checked mode: skipping for now, since more than
75% fail for one reason, once we fix that we can triage in more detail.
Review URL: https://codereview.chromium.org/1771893002 .
|
2016-03-07 10:20:41 -08:00 |
|
William Hesse
|
f5d284ca9c
|
Update status for a slow test and a crashing test.
BUG=
R=eernst@google.com
Review URL: https://codereview.chromium.org/1768193002 .
|
2016-03-07 17:59:16 +01:00 |
|
William Hesse
|
7f9e4b7456
|
Update status for dart2js --cps_ir --host_checked.
BUG=https://github.com/dart-lang/sdk/issues/25911
BUG=https://github.com/dart-lang/sdk/issues/24485
R=sgjesse@google.com
Review URL: https://codereview.chromium.org/1773523002 .
|
2016-03-07 11:35:11 +01:00 |
|
William Hesse
|
006c2b5886
|
Add status file markers for slow analyzer tests using reflection
BUG=https://github.com/dart-lang/sdk/issues/21628
R=brianwilkerson@google.com
Review URL: https://codereview.chromium.org/1734223002 .
|
2016-02-25 23:46:04 +01:00 |
|
Siva Annamalai
|
d3ccc1f9ba
|
Skip pkg tests in Dart product/precompiled modes as the test framework uses
dart:mirrors
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1735313002 .
|
2016-02-25 12:24:09 -08:00 |
|
William Hesse
|
270ad3f552
|
Remove ContentShellOnAndroid from status files
Dartium and content_shell are no longer built or tested on Android.
A separate issue is filed to remove support from the test scripts:
https://github.com/dart-lang/sdk/issues/25832
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org/1720813002 .
|
2016-02-22 10:20:22 +01:00 |
|
Paul Berry
|
ff15ce7a9e
|
Mark new test utilities_test as slow due to bug #24914
TBR=brianwilkerson@google.com
Review URL: https://codereview.chromium.org/1640403003 .
|
2016-01-28 09:45:54 -08:00 |
|
Florian Loitsch
|
66fad1459b
|
Mark another analyzer test as slow.
Review URL: https://codereview.chromium.org/1629293004 .
|
2016-01-25 14:40:29 +01:00 |
|
Paul Berry
|
1883f70d46
|
Mark new test constant_test as slow due to bug #24914
TBR=skybrian@google.com
Review URL: https://codereview.chromium.org/1624093003 .
|
2016-01-25 08:16:11 -05:00 |
|
Florian Loitsch
|
5db493f5f5
|
Mark test as slow.
Review URL: https://codereview.chromium.org/1626323003 .
|
2016-01-25 13:44:28 +01:00 |
|
Florian Loitsch
|
8e5328ff6d
|
Mark test as slow.
Review URL: https://codereview.chromium.org/1633523002 .
|
2016-01-25 13:13:25 +01:00 |
|
Zachary Anderson
|
80f358dede
|
Adds targets for simarmv6 and armv6
related #25562
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1624593002 .
|
2016-01-22 13:07:48 -08:00 |
|
Paul Berry
|
1a91d3bc06
|
Update pkg.status for new strong mode summary tests.
TBR=scheglov@google.com
Review URL: https://codereview.chromium.org/1614363003 .
|
2016-01-22 13:32:00 -05:00 |
|