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

Side by Side Diff: tests/html/html.status

Issue 12388018: Re-enable support for --disallow-unsafe-eval. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review feedback. Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 338
339 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 339 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
340 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 340 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
341 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 341 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
342 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 342 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
343 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 343 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
344 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 344 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
345 345
346 [ $compiler == dart2js && $runtime == ff ] 346 [ $compiler == dart2js && $runtime == ff ]
347 inner_frame_test: Skip # Timeout 347 inner_frame_test: Skip # Timeout
348
349 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
350 indexeddb_2_test: Fail, OK # Test cannot run under CSP restrictions.
351 js_interop_1_test: Timeout, OK # Test cannot run under CSP restrictions.
352 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
353 js_interop_3_test: Timeout, OK # Test cannot run under CSP restrictions.
354 postmessage_structured_test: Fail, OK # Test cannot run under CSP restrictions.
355 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698