cf4adddbfa
protocol::HashMap(std::unordered_map)::iterator doesn't provide any guarantees about iteration order. At least Visual C++ from vS 2015 and clang compile for loop inside forEachSession differently. For tests we need stable order of iteration, so let's use std::map instead. R=dgozman@chromium.org Bug: none Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I329cb24cd182baa86c0ea4a526257856718f32b1 Reviewed-on: https://chromium-review.googlesource.com/609489 Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#47281}
27 lines
697 B
Plaintext
27 lines
697 B
Plaintext
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
{
|
|
'variables': {
|
|
'files': [
|
|
'./console/',
|
|
'./cpu-profiler/',
|
|
'./debugger/',
|
|
'./heap-profiler/',
|
|
'./inspector.status',
|
|
'./json-parse-expected.txt',
|
|
'./json-parse.js',
|
|
'./protocol-test.js',
|
|
'./runtime/',
|
|
'./sessions/',
|
|
'./testcfg.py',
|
|
'../../src/inspector/injected-script-source.js',
|
|
'<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
},
|
|
'includes': [
|
|
'../../src/base.isolate',
|
|
'../../tools/testrunner/testrunner.isolate',
|
|
],
|
|
}
|