v8/test
Jakob Kummerow 8cc5a7239a [bigint] Update "bigint < string" semantics
Per the spec change at [1], Abstract Relational Comparison between a
BigInt and a String converts the String to BigInt via StringToBigInt
before performing the comparison. Before this change, the String was
converted to a Number, and a BigInt/Number comparison was performed.

[1] https://github.com/tc39/proposal-bigint/pull/139

Bug: v8:6791
Change-Id: I40b4f4ddc78977adb0d44180eb58e0f9a8a70cb6
Reviewed-on: https://chromium-review.googlesource.com/1004117
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52609}
2018-04-15 00:53:36 +00:00
..
benchmarks Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
cctest [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
common [wasm] Merge the WasmContext into WasmInstanceObject 2018-04-06 12:13:26 +00:00
debugger [debug] allow calls to some builtins on temporary objects 2018-04-11 13:41:56 +00:00
fuzzer [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
inspector Reland "[inspector] added timeout argument for Runtime.evaluate" 2018-04-14 07:27:32 +00:00
intl Use the base locale when getting the best match pattern 2018-04-12 06:14:47 +00:00
js-perf-test [js-perf-test] Add String#{starts,ends}With micro-benchmark 2018-04-13 09:36:29 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message Reland "Reland "[d8][wasm] Test wasm compilation completion"" 2018-04-10 08:24:27 +00:00
mjsunit [bigint] Update "bigint < string" semantics 2018-04-15 00:53:36 +00:00
mkgrokdump [grokdump] Mark embedded builtins builds as non-shipping 2018-04-11 09:01:34 +00:00
mozilla [test] Skip flaky test 2018-04-06 15:19:34 +00:00
preparser Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
test262 [typedarray] Fix ArrayBuffer creation for cross realm species 2018-04-12 08:33:43 +00:00
unittests [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
wasm-spec-tests [wasm] Update spec tests 2018-03-29 16:47:32 +00:00
webkit Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
BUILD.gn Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00