summaryrefslogtreecommitdiff
path: root/test
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-13203-1240/+246
|
* Merge pull request #392 from anba/remove-runTestCase-throwsBrian Terlson2015-08-11743-7891/+2269
|\ | | | | 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.throws [test/language/]André Bargull2015-08-1170-796/+262
| |
| * Replace runTestCase with assert.throws [test/language/statements]André Bargull2015-08-11119-1130/+300
| |
| * Replace runTestCase with assert.throws [test/language/expressions]André Bargull2015-08-11122-1172/+336
| |
* | 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
| |