summaryrefslogtreecommitdiff
path: root/test/built-ins
Commit message (Collapse)AuthorAgeFilesLines
* Replace runTestCase with assert helpers, rest [test/built-ins]André Bargull2015-08-13219-2057/+695
|
* Replace runTestCase with assert helpers [test/built-ins]André Bargull2015-08-13199-1217/+241
|
* Merge pull request #392 from anba/remove-runTestCase-throwsBrian Terlson2015-08-11432-4793/+1371
|\ | | | | Replace runTestCase with assert.throws
| * Replace runTestCase with assert.throws [test/built-ins]André Bargull2015-08-1132-331/+86
| |
| * Replace runTestCase with assert.throws [test/built-ins/Array]André Bargull2015-08-11162-1846/+480
| |
| * Replace runTestCase with assert.throws [test/built-ins/Object]André Bargull2015-08-11238-2616/+805
| |
* | Replace runTestCase with assert helpers [test/built-ins/Object]André Bargull2015-08-1191-551/+96
| |
* | Replace runTestCase with assert helpers [test/built-ins/Object/defineProperties]André Bargull2015-08-11251-1430/+503
| |
* | Replace runTestCase with assert helpers [test/built-ins/Object/defineProperty]André Bargull2015-08-11432-2293/+972
| |
* | Replace runTestCase with assert helpers ↵André Bargull2015-08-1143-262/+74
| | | | | | | | [test/built-ins/Object/{getOwnPropertyNames, keys}]
* | Replace runTestCase with assert helpers ↵André Bargull2015-08-11291-2587/+1143
| | | | | | | | [test/built-ins/Object/getOwnPropertyDescriptor]
* | Replace runTestCase with assert helpers [test/built-ins/Object/is{Frozen, ↵André Bargull2015-08-11119-786/+196
| | | | | | | | Extensible, Sealed}]
* | Replace runTestCase with assert helpers [test/built-ins/Object/{freeze, ↵André Bargull2015-08-1159-335/+79
| | | | | | | | preventExtensions, seal}]
* | Replace runTestCase with assert helpers [test/built-ins/Object/create]André Bargull2015-08-11225-1331/+434
|/
* Merge pull request #410 from anba/remove-runTestCase-builtinsBrian Terlson2015-08-06256-1631/+409
|\ | | | | Replace runTestCase in test/built-ins
| * Replace runTestCase with assert helpers [test/built-ins/]André Bargull2015-08-064-38/+16
| |
| * Replace runTestCase with assert helpers [test/built-ins/RegExp]André Bargull2015-08-067-55/+26
| |
| * Replace runTestCase with assert helpers [test/built-ins/Number]André Bargull2015-08-0611-75/+17
| |
| * Replace runTestCase with assert helpers [test/built-ins/Math]André Bargull2015-08-0621-148/+22
| |
| * Replace runTestCase with assert helpers [test/built-ins/JSON]André Bargull2015-08-0634-195/+64
| |
| * Replace runTestCase with assert helpers [test/built-ins/Date]André Bargull2015-08-068-45/+12
| |
| * Replace runTestCase with assert helpers [test/built-ins/Error]André Bargull2015-08-065-25/+10
| |
| * Replace runTestCase with assert helpers [test/built-ins/Function]André Bargull2015-08-0670-415/+117
| |
| * Replace runTestCase with assert helpers [test/built-ins/String]André Bargull2015-08-0696-635/+125
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array]André Bargull2015-08-0615-99/+33
| |
* | Replace runTestCase with assert helpers ↵André Bargull2015-08-06157-965/+324
| | | | | | | | [test/built-ins/Array/prototype/reduceRight]
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/reduce]André Bargull2015-08-06159-978/+291
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/map]André Bargull2015-08-06143-859/+246
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/filter]André Bargull2015-08-06173-1079/+394
| |
* | Replace runTestCase with assert helpers ↵André Bargull2015-08-06105-684/+194
| | | | | | | | [test/built-ins/Array/prototype/lastIndexOf]
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/indexOf]André Bargull2015-08-06105-676/+195
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/some]André Bargull2015-08-06169-1042/+273
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/every]André Bargull2015-08-06169-1044/+324
| |
* | Replace runTestCase with assert helpers [test/built-ins/Array/prototype/forEach]André Bargull2015-08-06140-852/+243
|/
* Merge pull request #401 from anba/remove_invalid_array_from_testBrian Terlson2015-08-051-13/+0
|\ | | | | Remove invalid Array.from test
| * Remove invalid Array.from testAndré Bargull2015-08-051-13/+0
| |
* | Merge pull request #403 from bocoup/fixes-proxyBrian Terlson2015-08-052-5/+2
|\ \ | |/ |/| Small fixes on Proxy constructor tests
| * Small fixes on Proxy constructor testsLeonardo Balter2015-07-312-5/+2
| |
* | update tests for Array.fromunknown2015-08-0328-3/+591
|/
* Merge pull request #355 from anba/regexp-unicodeBrian Terlson2015-07-3012-0/+811
|\ | | | | B.1.4 and Unicode RegExps
| * Change test descriptionsAndré Bargull2015-07-2911-11/+11
| |
| * Add assertion messagesAndré Bargull2015-07-2912-166/+422
| |
| * Add additional tests for valid and invalid identity escapesAndré Bargull2015-07-102-0/+153
| |
| * B.1.4 extensions are not allowed for Unicode RegExpsAndré Bargull2015-07-0810-0/+402
| |
* | Merge pull request #378 from bocoup/Array.ofBrian Terlson2015-07-2725-312/+432
|\ \ | | | | | | Add tests for Array.of
| * | Update tests for Array.ofLeonardo Balter2015-07-2725-312/+432
| | |
* | | Merge pull request #388 from bocoup/array-find-and-findindexBrian Terlson2015-07-2777-1200/+1116
|\ \ \ | | | | | | | | Update tests for Array#find and Array#findIndex
| * | | Update tests for Array.prototype.findIndexLeonardo Balter2015-07-2731-436/+561
| | | |
| * | | Update tests for Array.prototype.findLeonardo Balter2015-07-2746-764/+555
| |/ /
* | | Add and update tests for Array.prototype.fillLeonardo Balter2015-07-2721-103/+501
|/ /