9cbae35238
If we encounter conditions that would have caused vsnprintf to return a negative value, then something pretty wild is going on. We choose to terminate the vm when this occurs. This fixes security bug 1745. Review URL: https://chromiumcodereview.appspot.com//10696165 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9558 260f80e4-7a28-3924-810f-c04153c831b5
34 lines
1003 B
Plaintext
34 lines
1003 B
Plaintext
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
# When a spawned isolate throws an uncaught exception, we terminate the vm.
|
|
cc/RunLoop_ExceptionChild: Fail
|
|
|
|
# This test is expected to crash on all platforms.
|
|
cc/SNPrint_BadArgs: Crash
|
|
|
|
[ $arch == x64 ]
|
|
cc/IsolateInterrupt: Skip
|
|
|
|
# The following section refers to the dart vm tests which live under
|
|
# runtime/tests/vm/dart.
|
|
|
|
[ $system == windows ]
|
|
cc/Dart2JSCompileAll: Skip
|
|
|
|
[ $runtime == drt ]
|
|
dart/import_map_test: Skip
|
|
dart/isolate_mirror_local_test: Skip
|
|
|
|
[ $compiler == dart2js || $compiler == frog || $compiler == dartc ]
|
|
dart/import_map_test: Skip # compilers not aware of import maps.
|
|
dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
|
|
dart/byte_array_test: Skip # compilers not aware of byte arrays
|
|
|
|
[ $arch == arm ]
|
|
dart/*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
dart/*: Skip
|