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

Side by Side Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2466533002: Mark test as runtime failure (Closed)
Patch Set: Created 4 years, 1 month 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 | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | 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) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, 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 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'require'], 5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'require'],
6 function(dart_sdk, async_helper, expect, unittest, require) { 6 function(dart_sdk, async_helper, expect, unittest, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 let minitest = expect.minitest; 10 let minitest = expect.minitest;
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'nested_switch_label_test': skip_fail, 261 'nested_switch_label_test': skip_fail,
262 'number_identifier_test_05_multi': skip_fail, 262 'number_identifier_test_05_multi': skip_fail,
263 'number_identity2_test': skip_fail, 263 'number_identity2_test': skip_fail,
264 'numbers_test': skip_fail, 264 'numbers_test': skip_fail,
265 'optimized_hoisting_checked_mode_assert_test': skip_fail, 265 'optimized_hoisting_checked_mode_assert_test': skip_fail,
266 'redirecting_factory_reflection_test': skip_fail, 266 'redirecting_factory_reflection_test': skip_fail,
267 'regress_13462_0_test': skip_fail, 267 'regress_13462_0_test': skip_fail,
268 'regress_13462_1_test': skip_fail, 268 'regress_13462_1_test': skip_fail,
269 'regress_14105_test': skip_fail, 269 'regress_14105_test': skip_fail,
270 'regress_16640_test': skip_fail, 270 'regress_16640_test': skip_fail,
271 'regress_18535_test': fail,
271 'regress_21795_test': skip_fail, 272 'regress_21795_test': skip_fail,
272 'regress_22443_test': skip_fail, 273 'regress_22443_test': skip_fail,
273 'regress_22666_test': skip_fail, 274 'regress_22666_test': skip_fail,
274 'setter_no_getter_test_01_multi': skip_fail, 275 'setter_no_getter_test_01_multi': skip_fail,
275 'stack_overflow_stacktrace_test': skip_fail, 276 'stack_overflow_stacktrace_test': skip_fail,
276 'stack_overflow_test': skip_fail, 277 'stack_overflow_test': skip_fail,
277 'stack_trace_test': skip_fail, 278 'stack_trace_test': skip_fail,
278 'stacktrace_rethrow_nonerror_test': skip_fail, // mismatch from Karma's fi le hash 279 'stacktrace_rethrow_nonerror_test': skip_fail, // mismatch from Karma's fi le hash
279 'stacktrace_rethrow_error_test_none_multi': skip_fail, 280 'stacktrace_rethrow_error_test_none_multi': skip_fail,
280 'stacktrace_rethrow_error_test_withtraceparameter_multi': skip_fail, 281 'stacktrace_rethrow_error_test_withtraceparameter_multi': skip_fail,
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 832
832 for (let action of unittest_tests) { 833 for (let action of unittest_tests) {
833 try { 834 try {
834 action(); 835 action();
835 } catch (e) { 836 } catch (e) {
836 console.error("Caught error tying to setup test:", e); 837 console.error("Caught error tying to setup test:", e);
837 } 838 }
838 } 839 }
839 }); 840 });
840 }); 841 });
OLDNEW
« no previous file with comments | « no previous file | pkg/dev_compiler/test/not_yet_strong_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698