Commit f659efb1 authored by Théotime Grohens's avatar Théotime Grohens Committed by Commit Bot

[dataview] Fix JSTests.json

This CL correctly updates the JSTests.json file in test/mjsunit/
to reflect the new DataView Float32/64 performance tests from
commit e14699c5.

Change-Id: I9cbb05ac0cbd37f8d8a0bc66ebb59c1e05298776
Reviewed-on: https://chromium-review.googlesource.com/1128880Reviewed-by: 's avatarMichael Stanton <mvstanton@chromium.org>
Commit-Queue: Théotime Grohens <theotime@google.com>
Cr-Commit-Position: refs/heads/master@{#54323}
parent 299d2b49
......@@ -488,8 +488,10 @@
"tests": [
{"name": "DataViewTest-DataView-BigEndian"},
{"name": "DataViewTest-DataView-LittleEndian"},
{"name": "DataViewTest-DataView-Floats"},
{"name": "DataViewTest-TypedArray-BigEndian"},
{"name": "DataViewTest-TypedArray-LittleEndian"}
{"name": "DataViewTest-TypedArray-LittleEndian"},
{"name": "DataViewTest-TypedArray-Floats"}
]
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment