Remove windows debug print and trace shutdown on some tests

BUG=

Review URL: https://codereview.chromium.org/2153813003 .
This commit is contained in:
John McCutchan 2016-07-15 14:53:54 -07:00
parent 4bfdaa83b2
commit 7fa9393105
3 changed files with 5 additions and 6 deletions

View file

@ -18,7 +18,6 @@ const char* kPrecompiledDataSymbolName = "_kDataSnapshot";
void* Extensions::LoadExtensionLibrary(const char* library_file) {
SetLastError(0);
fprintf(stderr, "trying to load %s\n", library_file);
return LoadLibraryW(StringUtilsWin::Utf8ToWide(library_file));
}

View file

@ -1,7 +1,7 @@
// Copyright (c) 2015, 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.
// VMOptions=--trace_shutdown
import 'dart:io';
import 'dart:isolate';

View file

@ -2,10 +2,10 @@
// 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.
//
// VMOptions=
// VMOptions=--short_socket_read
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
// VMOptions=--trace_shutdown
// VMOptions=--trace_shutdown --short_socket_read
// VMOptions=--trace_shutdown --short_socket_write
// VMOptions=--trace_shutdown --short_socket_read --short_socket_write
import "package:expect/expect.dart";
import "dart:isolate";