node/deps/v8/test
Fedor Indutny 3530fa9cd0 deps: backport 4ed5fde4f from v8 upstream
Original commit message:

    Fix x64 MathMinMax for negative untagged int32 arguments.

    An untagged int32 has zeros in the upper half even if it is negative.
    Using cmpq to compare such numbers will incorrectly ignore the sign.

    BUG=164442
    R=mvstanton@chromium.org

    Review URL: https://chromiumcodereview.appspot.com/11665007

    git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@13273 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-18 14:57:18 +04:00
..
benchmarks deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
cctest v8: unbreak `make native` build 2013-11-09 22:27:22 +01:00
es5conform deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
message deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
mjsunit deps: backport 4ed5fde4f from v8 upstream 2014-07-18 14:57:18 +04:00
mozilla deps: downgrade v8 to 3.14.5 2013-02-25 23:45:02 +01:00
preparser deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
sputnik deps: update v8 to 3.15.11 2013-01-01 16:07:02 +04:00
test262 deps: downgrade v8 to 3.14.5 2013-02-25 23:45:02 +01:00