Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: pkg/pkg.status

Issue 1193513003: Mark pkg/analyzer/test/src/context/context_test as Timeout on dart2js. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 collection/test/equality_test/04: Fail # Issue 1533 42 collection/test/equality_test/04: Fail # Issue 1533
43 collection/test/equality_test/05: Fail # Issue 1533 43 collection/test/equality_test/05: Fail # Issue 1533
44 collection/test/equality_test/none: Pass, Fail # Issue 14348 44 collection/test/equality_test/none: Pass, Fail # Issue 14348
45 docgen/test/*: SkipSlow # Far too slow 45 docgen/test/*: SkipSlow # Far too slow
46 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 46 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
47 analyzer/test/generated/engine_test: SkipSlow 47 analyzer/test/generated/engine_test: SkipSlow
48 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 48 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
49 analyzer/test/generated/compile_time_error_code_test: Pass, Slow 49 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
50 50
51 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 51 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323
52 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658
52 53
53 analysis_server/test/*: Skip # Issue 22161 54 analysis_server/test/*: Skip # Issue 22161
54 analysis_server/test/search/element_references_test: Pass, Slow 55 analysis_server/test/search/element_references_test: Pass, Slow
55 analysis_server/test/services/index/store/codec_test: Pass, Slow 56 analysis_server/test/services/index/store/codec_test: Pass, Slow
56 analysis_server/test/domain_completion_test: Pass, Slow 57 analysis_server/test/domain_completion_test: Pass, Slow
57 analysis_server/test/edit/assists_test: Pass, Slow 58 analysis_server/test/edit/assists_test: Pass, Slow
58 analysis_server/test/edit/format_test: Pass, Slow 59 analysis_server/test/edit/format_test: Pass, Slow
59 60
60 # Analysis server integration tests don't make sense to run under 61 # Analysis server integration tests don't make sense to run under
61 # dart2js, since the code under test always runs in the Dart vm as a 62 # dart2js, since the code under test always runs in the Dart vm as a
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 183 analyzer/test/src/task/manager_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
183 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir onment.soloNestingLevel-- ;}): try/finally 184 analyzer/test/src/task/model_test: Crash # (try {test(spec,body);}finally {envir onment.soloNestingLevel-- ;}): try/finally
184 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 185 analyzer/test/src/util/asserts_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
185 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally 186 analyzer/test/src/util/lru_map_test: Crash # (try {test(spec,body);}finally {env ironment.soloNestingLevel-- ;}): try/finally
186 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/finally 187 fixnum/test/int_32_test: Crash # (try {body();}catch ... try/finally
187 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/finally 188 fixnum/test/int_64_test: Crash # (try {body();}catch ... try/finally
188 js_ast/test/printer_callback_test: Crash # (switch (cat){case N... Unhandled no de 189 js_ast/test/printer_callback_test: Crash # (switch (cat){case N... Unhandled no de
189 typed_data/test/typed_buffers_test/01: Crash # (switch (testCase.re... Unhandle d node 190 typed_data/test/typed_buffers_test/01: Crash # (switch (testCase.re... Unhandle d node
190 typed_data/test/typed_buffers_test/none: Crash # (switch (testCase.re... Unhand led node 191 typed_data/test/typed_buffers_test/none: Crash # (switch (testCase.re... Unhand led node
191 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/finally 192 typed_mock/test/typed_mock_test: Crash # (try {body();}catch ... try/finally
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698