1[config] 2# general settings for test262 ES6 bignum version 3 4# framework style: old, new 5style=new 6 7# handle tests tagged as [noStrict]: yes, no, skip 8nostrict=yes 9 10# handle tests tagged as [strictOnly]: yes, no, skip 11strict=yes 12 13# test mode: default, default-nostrict, default-strict, strict, nostrict, both, all 14mode=default 15 16# handle tests flagged as [async]: yes, no, skip 17# for these, load 'harness/doneprintHandle.js' prior to test 18# and expect `print('Test262:AsyncTestComplete')` to be called for 19# successful termination 20async=yes 21 22# handle tests flagged as [module]: yes, no, skip 23module=yes 24 25# output error messages: yes, no 26verbose=yes 27 28# load harness files from this directory 29harnessdir=test262/harness 30 31# names of harness include files to skip 32# bignum version does not support Atomics 33harnessexclude=testAtomics.js 34 35# name of the error file for known errors 36errorfile=test262bn_errors.txt 37 38# exclude tests enumerated in this file (see also [exclude] section) 39#excludefile=test262bn_exclude.txt 40 41# report test results to this file 42reportfile=test262bn_report.txt 43 44# enumerate tests from this directory 45testdir=test262/test 46 47[features] 48# Standard language features and proposed extensions 49# list the features that are included 50# skipped features are tagged as such to avoid warnings 51 52Array.prototype.flat 53Array.prototype.flatMap 54Array.prototype.flatten 55Array.prototype.values 56ArrayBuffer 57arrow-function 58async-functions 59async-iteration 60Atomics 61BigInt 62caller 63class 64class-fields-private 65class-fields-public 66class-methods-private 67class-static-fields-public 68class-static-fields-private 69class-static-methods-private 70computed-property-names 71const 72cross-realm=skip 73DataView 74DataView.prototype.getFloat32 75DataView.prototype.getFloat64 76DataView.prototype.getInt16 77DataView.prototype.getInt32 78DataView.prototype.getInt8 79DataView.prototype.getUint16 80DataView.prototype.getUint32 81DataView.prototype.setUint8 82default-arg 83default-parameters 84destructuring-assignment 85destructuring-binding 86dynamic-import 87export-star-as-namespace-from-module 88FinalizationGroup=skip 89Float32Array 90Float64Array 91for-of 92generators 93globalThis=skip 94hashbang 95host-gc-required=skip 96import.meta 97Int32Array 98Int8Array 99IsHTMLDDA=skip 100json-superset 101let 102Map 103new.target 104numeric-separator-literal 105object-rest 106object-spread 107Object.fromEntries 108Object.is 109optional-catch-binding 110optional-chaining=skip 111Promise.allSettled 112Promise.prototype.finally 113Proxy 114proxy-missing-checks 115Reflect 116Reflect.construct 117Reflect.set 118Reflect.setPrototypeOf 119regexp-dotall 120regexp-lookbehind 121regexp-named-groups 122regexp-unicode-property-escapes 123rest-parameters 124Set 125SharedArrayBuffer 126string-trimming 127String.fromCodePoint 128String.prototype.endsWith 129String.prototype.includes 130String.prototype.matchAll 131String.prototype.trimEnd 132String.prototype.trimStart 133super 134Symbol 135Symbol.asyncIterator 136Symbol.hasInstance 137Symbol.isConcatSpreadable 138Symbol.iterator 139Symbol.match 140Symbol.matchAll 141Symbol.prototype.description 142Symbol.replace 143Symbol.search 144Symbol.species 145Symbol.split 146Symbol.toPrimitive 147Symbol.toStringTag 148Symbol.unscopables 149tail-call-optimization=skip 150template 151top-level-await=skip 152TypedArray 153u180e 154Uint16Array 155Uint8Array 156Uint8ClampedArray 157WeakMap 158WeakRef=skip 159WeakSet 160well-formed-json-stringify 161 162[exclude] 163# list excluded tests and directories here 164 165# intl not supported 166test262/test/intl402/ 167 168# incompatible with the "caller" feature 169test262/test/built-ins/Function/prototype/restricted-property-caller.js 170test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js 171 172# slow tests 173#test262/test/built-ins/RegExp/CharacterClassEscapes/ 174#test262/test/built-ins/RegExp/property-escapes/ 175 176[tests] 177# list test files or use config.testdir 178