v8/test
brucedawson 83c058a98c Avoid signed/unsigned warning in VC++ 2017 builds
VC++ 2017's STL doesn't suppress warnings as aggressively as prior
versions did. This causes warnings on code which mixes signed and
unsigned types. In this case a deque of unsigned integers was being
queried to see how many signed integers it contains. This could be
fixed by passing in unsigned 0, 1, and 2 to std::count but changing
the deque from unsigned to int is simpler.

R=adamk@chromium.org
BUG=chromium:683729

Review-Url: https://codereview.chromium.org/2834293002
Cr-Commit-Position: refs/heads/master@{#44814}
2017-04-24 19:29:59 +00:00
..
benchmarks [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
cctest Add setter to Isolate for allowing Atomics.wait 2017-04-24 19:08:22 +00:00
common [wasm] Refactor wasm::Result type 2017-04-10 12:26:51 +00:00
debugger [test] add --no-harness option to debugger tests. 2017-04-21 12:56:53 +00:00
fuzzer [wasm] Implement extensible name section 2017-04-07 16:31:47 +00:00
inspector [test/inspector] remove any usage of v8::Extension 2017-04-21 23:41:07 +00:00
intl [intl] Mark date-format/timezone as pass/fail 2017-04-18 22:37:05 +00:00
js-perf-test [modules] Add a simple micro-benchmark for import/export accesses. 2017-04-24 18:52:02 +00:00
memory [snapshot] support multiple contexts in the same snapshot. 2016-06-15 15:39:06 +00:00
message [d8] implement console for d8. 2017-04-24 13:23:10 +00:00
mjsunit Reland of [builtins] DeleteProperty: Handle last-added fast properties 2017-04-24 15:59:00 +00:00
mkgrokdump Introduce mkgrokdump to update tools/v8heapconst.py. 2017-04-20 06:15:02 +00:00
mozilla [asm.js] Widen test coverage to cctest and friends. 2017-03-28 08:00:40 +00:00
preparser [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
promises-aplus Make test262 test runner check for which exception is thrown 2016-03-14 21:20:37 +00:00
test262 Add flag to make __defineGetter__ & co. behave as strict functions 2017-04-18 21:40:14 +00:00
unittests Avoid signed/unsigned warning in VC++ 2017 builds 2017-04-24 19:29:59 +00:00
webkit [asm.js] Widen test coverage to message tests. 2017-03-29 08:42:32 +00:00
bot_default.gyp [build] Make inspector the default in gyp 2017-03-30 15:08:31 +00:00
bot_default.isolate Introduce mkgrokdump to update tools/v8heapconst.py. 2017-04-20 06:15:02 +00:00
BUILD.gn Introduce mkgrokdump to update tools/v8heapconst.py. 2017-04-20 06:15:02 +00:00
default.gyp [build] Make inspector the default in gyp 2017-03-30 15:08:31 +00:00
default.isolate Introduce mkgrokdump to update tools/v8heapconst.py. 2017-04-20 06:15:02 +00:00
optimize_for_size.gyp [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
optimize_for_size.isolate [debugger] basic test infrastructure for new debugger test api. 2016-10-21 06:38:05 +00:00
perf.gyp [gn] Move build to gypfiles 2016-04-29 10:11:11 +00:00
perf.isolate Remove SIMD.js from V8. 2017-02-14 06:57:25 +00:00