summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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 #411 from anba/remove-runTestCase-languageBrian Terlson2015-08-06188-1025/+374
|\ | | | | Replace runTestCase in test/language
| * Replace runTestCase with assert helpers [test/language/function-code]André Bargull2015-08-0663-350/+147
| |
| * Replace runTestCase with assert helpers [test/language/future-reserved-words]André Bargull2015-08-066-30/+12
| |
| * Replace runTestCase with assert helpers [test/language/line-terminators]André Bargull2015-08-069-45/+18
| |
| * Replace runTestCase with assert helpers [test/language/types]André Bargull2015-08-065-25/+6
| |
| * Replace runTestCase with assert helpers [test/language/statements/]André Bargull2015-08-0614-73/+18
| |
| * Replace runTestCase with assert helpers [test/language/statements/for]André Bargull2015-08-0621-105/+42
| |
| * Replace runTestCase with assert helpers [test/language/expressions/]André Bargull2015-08-0622-112/+45
| |
| * Replace runTestCase with assert helpers [test/language/expressions/object]André Bargull2015-08-0616-91/+17
| |
| * Replace runTestCase with assert helpers [test/language/expressions/delete]André Bargull2015-08-0620-132/+46
| |
| * Replace runTestCase with assert helpers [test/language/arguments-object]André Bargull2015-08-0612-62/+23
| |
* | 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
|/
* Move intl tests to sub-foldersAndré Bargull2015-07-31131-0/+0
|
* 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
| |