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()
|
||||
|
||||
includes: [testTypedArray.js]
|
||||
features: [TypedArray]
|
||||
---*/
|
||||
var threw = false;
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ description: >
|
|||
testTypedArrayConversions()
|
||||
|
||||
includes: [testTypedArray.js]
|
||||
features: [TypedArray]
|
||||
---*/
|
||||
var callCount = 0;
|
||||
var bcv = {
|
||||
|
|
|
@ -11,6 +11,7 @@ description: >
|
|||
testTypedArrayConversions()
|
||||
|
||||
includes: [testTypedArray.js,arrayContains.js]
|
||||
features: [TypedArray]
|
||||
---*/
|
||||
var TAConstructors = [
|
||||
Float64Array,
|
||||
|
|
Loading…
Reference in New Issue