mirror of https://github.com/tc39/test262.git
Missing features in the test/harness files (#1222)
This commit is contained in:
parent
b8ca6099cf
commit
d809fd0a4f
|
@ -7,6 +7,7 @@ description: >
|
||||||
testTypedArrayConversions()
|
testTypedArrayConversions()
|
||||||
|
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
|
features: [TypedArray]
|
||||||
---*/
|
---*/
|
||||||
var threw = false;
|
var threw = false;
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ description: >
|
||||||
testTypedArrayConversions()
|
testTypedArrayConversions()
|
||||||
|
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
|
features: [TypedArray]
|
||||||
---*/
|
---*/
|
||||||
var callCount = 0;
|
var callCount = 0;
|
||||||
var bcv = {
|
var bcv = {
|
||||||
|
|
|
@ -11,6 +11,7 @@ description: >
|
||||||
testTypedArrayConversions()
|
testTypedArrayConversions()
|
||||||
|
|
||||||
includes: [testTypedArray.js,arrayContains.js]
|
includes: [testTypedArray.js,arrayContains.js]
|
||||||
|
features: [TypedArray]
|
||||||
---*/
|
---*/
|
||||||
var TAConstructors = [
|
var TAConstructors = [
|
||||||
Float64Array,
|
Float64Array,
|
||||||
|
|
Loading…
Reference in New Issue