2020-09-06 16:53:08 +00:00
|
|
|
[config]
|
|
|
|
# general settings for test262 ES6 version
|
|
|
|
|
|
|
|
# framework style: old, new
|
|
|
|
style=new
|
|
|
|
|
|
|
|
# handle tests tagged as [noStrict]: yes, no, skip
|
|
|
|
nostrict=yes
|
|
|
|
|
|
|
|
# handle tests tagged as [strictOnly]: yes, no, skip
|
|
|
|
strict=yes
|
|
|
|
|
|
|
|
# test mode: default, default-nostrict, default-strict, strict, nostrict, both, all
|
|
|
|
mode=default
|
|
|
|
|
|
|
|
# handle tests flagged as [async]: yes, no, skip
|
|
|
|
# for these, load 'harness/doneprintHandle.js' prior to test
|
|
|
|
# and expect `print('Test262:AsyncTestComplete')` to be called for
|
|
|
|
# successful termination
|
|
|
|
async=yes
|
|
|
|
|
|
|
|
# handle tests flagged as [module]: yes, no, skip
|
|
|
|
module=yes
|
|
|
|
|
|
|
|
# output error messages: yes, no
|
|
|
|
verbose=yes
|
|
|
|
|
|
|
|
# load harness files from this directory
|
|
|
|
harnessdir=test262/harness
|
|
|
|
|
|
|
|
# names of harness include files to skip
|
|
|
|
#harnessexclude=
|
|
|
|
|
|
|
|
# name of the error file for known errors
|
|
|
|
errorfile=test262_errors.txt
|
|
|
|
|
|
|
|
# exclude tests enumerated in this file (see also [exclude] section)
|
|
|
|
#excludefile=test262_exclude.txt
|
|
|
|
|
|
|
|
# report test results to this file
|
|
|
|
reportfile=test262_report.txt
|
|
|
|
|
|
|
|
# enumerate tests from this directory
|
|
|
|
testdir=test262/test
|
|
|
|
|
|
|
|
[features]
|
|
|
|
# Standard language features and proposed extensions
|
|
|
|
# list the features that are included
|
|
|
|
# skipped features are tagged as such to avoid warnings
|
2023-11-04 09:27:57 +00:00
|
|
|
# Keep this list alpha-sorted (:sort i in vim)
|
2020-09-06 16:53:08 +00:00
|
|
|
|
2023-11-04 09:27:57 +00:00
|
|
|
__getter__
|
|
|
|
__proto__
|
|
|
|
__setter__
|
2020-09-06 17:04:20 +00:00
|
|
|
AggregateError
|
2020-11-08 13:30:56 +00:00
|
|
|
align-detached-buffer-semantics-with-web-reality
|
|
|
|
arbitrary-module-namespace-names=skip
|
2023-11-17 10:54:21 +00:00
|
|
|
array-find-from-last
|
2023-11-04 09:27:57 +00:00
|
|
|
array-grouping=skip
|
|
|
|
Array.fromAsync=skip
|
2023-11-05 10:08:46 +00:00
|
|
|
Array.prototype.at
|
2020-09-06 16:53:08 +00:00
|
|
|
Array.prototype.flat
|
|
|
|
Array.prototype.flatMap
|
|
|
|
Array.prototype.flatten
|
2023-11-04 09:27:57 +00:00
|
|
|
Array.prototype.includes
|
2020-09-06 16:53:08 +00:00
|
|
|
Array.prototype.values
|
|
|
|
ArrayBuffer
|
2023-11-04 09:27:57 +00:00
|
|
|
arraybuffer-transfer=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
arrow-function
|
|
|
|
async-functions
|
|
|
|
async-iteration
|
2023-11-04 09:27:57 +00:00
|
|
|
Atomics=skip # disabled because of Windows <-> pthreads
|
2020-09-06 17:07:30 +00:00
|
|
|
Atomics.waitAsync=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
BigInt
|
|
|
|
caller
|
2023-11-04 09:27:57 +00:00
|
|
|
change-array-by-copy # works except for missing toReversed/toSorted/toSpliced
|
2020-09-06 16:53:08 +00:00
|
|
|
class
|
|
|
|
class-fields-private
|
2022-03-06 17:55:04 +00:00
|
|
|
class-fields-private-in=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
class-fields-public
|
|
|
|
class-methods-private
|
2022-03-06 17:55:04 +00:00
|
|
|
class-static-block=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
class-static-fields-private
|
2023-11-04 09:27:57 +00:00
|
|
|
class-static-fields-public
|
2020-09-06 16:53:08 +00:00
|
|
|
class-static-methods-private
|
2020-09-06 17:10:15 +00:00
|
|
|
cleanupSome=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
coalesce-expression
|
|
|
|
computed-property-names
|
|
|
|
const
|
2020-09-06 17:04:20 +00:00
|
|
|
cross-realm
|
2020-09-06 16:53:08 +00:00
|
|
|
DataView
|
|
|
|
DataView.prototype.getFloat32
|
|
|
|
DataView.prototype.getFloat64
|
|
|
|
DataView.prototype.getInt16
|
|
|
|
DataView.prototype.getInt32
|
|
|
|
DataView.prototype.getInt8
|
|
|
|
DataView.prototype.getUint16
|
|
|
|
DataView.prototype.getUint32
|
|
|
|
DataView.prototype.setUint8
|
2023-11-04 09:27:57 +00:00
|
|
|
decorators=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
default-parameters
|
|
|
|
destructuring-assignment
|
|
|
|
destructuring-binding
|
|
|
|
dynamic-import
|
2022-03-06 17:55:04 +00:00
|
|
|
error-cause=skip
|
2023-11-04 09:27:57 +00:00
|
|
|
exponentiation
|
2020-09-06 16:53:08 +00:00
|
|
|
export-star-as-namespace-from-module
|
|
|
|
FinalizationGroup=skip
|
2020-11-08 13:30:56 +00:00
|
|
|
FinalizationRegistry.prototype.cleanupSome=skip
|
2023-11-04 09:27:57 +00:00
|
|
|
FinalizationRegistry=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
Float32Array
|
|
|
|
Float64Array
|
|
|
|
for-in-order
|
|
|
|
for-of
|
|
|
|
generators
|
|
|
|
globalThis
|
|
|
|
hashbang
|
|
|
|
host-gc-required=skip
|
2022-03-06 17:55:04 +00:00
|
|
|
import-assertions=skip
|
2023-11-04 09:27:57 +00:00
|
|
|
import-attributes=skip
|
|
|
|
import.meta
|
2020-11-08 13:30:56 +00:00
|
|
|
Int16Array
|
2020-09-06 16:53:08 +00:00
|
|
|
Int32Array
|
|
|
|
Int8Array
|
2020-09-06 17:10:15 +00:00
|
|
|
IsHTMLDDA
|
2023-11-04 09:27:57 +00:00
|
|
|
iterator-helpers=skip
|
2022-03-06 17:55:04 +00:00
|
|
|
json-modules=skip
|
2023-11-04 09:27:57 +00:00
|
|
|
json-parse-with-source=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
json-superset
|
2020-11-08 13:30:56 +00:00
|
|
|
legacy-regexp=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
let
|
2020-09-06 17:10:15 +00:00
|
|
|
logical-assignment-operators
|
2020-09-06 16:53:08 +00:00
|
|
|
Map
|
|
|
|
new.target
|
|
|
|
numeric-separator-literal
|
|
|
|
object-rest
|
|
|
|
object-spread
|
|
|
|
Object.fromEntries
|
2022-03-06 17:55:04 +00:00
|
|
|
Object.hasOwn
|
2020-09-06 16:53:08 +00:00
|
|
|
Object.is
|
|
|
|
optional-catch-binding
|
|
|
|
optional-chaining
|
2020-11-08 13:30:56 +00:00
|
|
|
Promise
|
2023-11-05 10:08:58 +00:00
|
|
|
promise-with-resolvers
|
2020-09-06 16:53:08 +00:00
|
|
|
Promise.allSettled
|
2020-09-06 17:04:20 +00:00
|
|
|
Promise.any
|
2020-09-06 16:53:08 +00:00
|
|
|
Promise.prototype.finally
|
|
|
|
Proxy
|
|
|
|
proxy-missing-checks
|
|
|
|
Reflect
|
|
|
|
Reflect.construct
|
|
|
|
Reflect.set
|
|
|
|
Reflect.setPrototypeOf
|
|
|
|
regexp-dotall
|
2023-11-04 09:27:57 +00:00
|
|
|
regexp-duplicate-named-groups=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
regexp-lookbehind
|
|
|
|
regexp-match-indices=skip
|
|
|
|
regexp-named-groups
|
|
|
|
regexp-unicode-property-escapes
|
2023-11-04 09:27:57 +00:00
|
|
|
regexp-v-flag=skip
|
2022-03-06 17:55:04 +00:00
|
|
|
resizable-arraybuffer=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
rest-parameters
|
|
|
|
Set
|
2023-11-04 09:27:57 +00:00
|
|
|
set-methods=skip
|
2022-03-06 17:55:04 +00:00
|
|
|
ShadowRealm=skip
|
2020-09-06 16:53:08 +00:00
|
|
|
SharedArrayBuffer
|
|
|
|
string-trimming
|
|
|
|
String.fromCodePoint
|
2023-11-05 10:08:27 +00:00
|
|
|
String.prototype.at
|
2020-09-06 16:53:08 +00:00
|
|
|
String.prototype.endsWith
|
|
|
|
String.prototype.includes
|
2023-11-11 12:47:22 +00:00
|
|
|
String.prototype.isWellFormed
|
2020-09-06 16:53:08 +00:00
|
|
|
String.prototype.matchAll
|
|
|
|
String.prototype.replaceAll
|
2023-11-11 20:50:46 +00:00
|
|
|
String.prototype.toWellFormed
|
2020-09-06 16:53:08 +00:00
|
|
|
String.prototype.trimEnd
|
|
|
|
String.prototype.trimStart
|
|
|
|
super
|
|
|
|
Symbol
|
|
|
|
Symbol.asyncIterator
|
|
|
|
Symbol.hasInstance
|
|
|
|
Symbol.isConcatSpreadable
|
|
|
|
Symbol.iterator
|
|
|
|
Symbol.match
|
|
|
|
Symbol.matchAll
|
|
|
|
Symbol.prototype.description
|
|
|
|
Symbol.replace
|
|
|
|
Symbol.search
|
|
|
|
Symbol.species
|
|
|
|
Symbol.split
|
|
|
|
Symbol.toPrimitive
|
|
|
|
Symbol.toStringTag
|
|
|
|
Symbol.unscopables
|
2023-11-04 09:27:57 +00:00
|
|
|
symbols-as-weakmap-keys
|
2020-09-06 16:53:08 +00:00
|
|
|
tail-call-optimization=skip
|
|
|
|
template
|
2022-03-06 17:55:04 +00:00
|
|
|
Temporal=skip
|
2023-11-01 20:22:49 +00:00
|
|
|
top-level-await
|
2020-09-06 16:53:08 +00:00
|
|
|
TypedArray
|
2023-11-05 23:05:44 +00:00
|
|
|
TypedArray.prototype.at
|
2020-09-06 16:53:08 +00:00
|
|
|
u180e
|
|
|
|
Uint16Array
|
2020-11-08 13:30:56 +00:00
|
|
|
Uint32Array
|
2020-09-06 16:53:08 +00:00
|
|
|
Uint8Array
|
|
|
|
Uint8ClampedArray
|
|
|
|
WeakMap
|
|
|
|
WeakRef=skip
|
|
|
|
WeakSet
|
|
|
|
well-formed-json-stringify
|
|
|
|
|
|
|
|
[exclude]
|
|
|
|
# list excluded tests and directories here
|
|
|
|
|
|
|
|
# intl not supported
|
|
|
|
test262/test/intl402/
|
|
|
|
|
|
|
|
# incompatible with the "caller" feature
|
|
|
|
test262/test/built-ins/Function/prototype/restricted-property-caller.js
|
|
|
|
test262/test/built-ins/Function/prototype/restricted-property-arguments.js
|
|
|
|
test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
|
|
|
|
|
|
|
|
# slow tests
|
|
|
|
#test262/test/built-ins/RegExp/CharacterClassEscapes/
|
|
|
|
#test262/test/built-ins/RegExp/property-escapes/
|
|
|
|
|
|
|
|
[tests]
|
|
|
|
# list test files or use config.testdir
|