summaryrefslogtreecommitdiff
path: root/test/built-ins/String
Commit message (Expand)AuthorAgeFilesLines
* fix repeated features tags (#1266)Leo Balter2017-10-061-2/+1
* Features.txt: Add string-trimming; replace "#" in feature tags (#1247)Rick Waldron2017-10-0352-28/+54
* Tag tests for U+180E and complete coverage for RegExp matchingLeo Balter2017-09-253-0/+3
* Add cross-realm featureLeo Balter2017-09-221-1/+1
* features: update all features flags for all test files with harness/* deps th...Rick Waldron2017-09-082-0/+2
* test for String.prototype.indexOf first parameter type coercionJosh Wolfe2017-09-081-0/+25
* use informative stack traces instead of loopsJosh Wolfe2017-09-081-9/+7
* type coercion harness utilitiesJosh Wolfe2017-09-081-0/+30
* Remove execute bit from files (#976)André Bargull2017-04-1331-0/+0
* Fix invalid String#indexOf test in a coercible Date instanceLeonardo Balter2017-03-131-20/+0
* Rename $ => $262. Fixes gh-802 (#823)Rick Waldron2017-03-011-1/+1
* Add tests for realm interactions (#688)jugglinmike2016-10-241-0/+29
* Improve coverage for section 9 (#726)jugglinmike2016-08-051-0/+32
* Ensure U+180E is no longer considered whitespaceMathias Bynens2016-07-069-16/+151
* Improve coverage for section 21: String (#712)jugglinmike2016-07-0523-0/+522
* Improve assertions comparing values to NaN (#690)Leo Balter2016-07-012-14/+2
* Remove duplicate front matter keys (#621)Ian Halliday2016-05-061-1/+2
* Merge branch 'bocoup/global-object'Gorkem Yakin2016-04-252-6/+5
|\
| * Reduce reliance on `fnGlobalObject.js`Mike Pennisi2016-04-252-6/+5
* | Increase coverage for Symbol constructorMike Pennisi2016-04-252-13/+35
|/
* Add tests for `String#padStart` and `String#padEnd`.Jordan Harband2016-04-0624-0/+428
* Remove unused harness fileMike Pennisi2016-02-127-14/+0
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-1521-0/+549
* Revert primitive wrapper prototypes and String#split to ES5André Bargull2015-11-064-16/+9
* Merge pull request #399 from bocoup/symbol-matchGorkem Yakin2015-09-147-31/+113
|\
| * Add tests for @@matchMike Pennisi2015-09-147-31/+113
* | Merge pull request #407 from bocoup/symbol-splitGorkem Yakin2015-09-102-0/+58
|\ \
| * | Add tests for well-known Symbol: @@splitMike Pennisi2015-08-062-0/+58
* | | Add tests for well-known Symbol: @@searchMike Pennisi2015-09-084-0/+150
| |/ |/|
* | Merge pull request #408 from anba/es2015_changesRick Waldron2015-09-074-0/+254
|\ \
| * | Tests for changes introduced in ES2015 (Annex E)André Bargull2015-09-074-0/+254
* | | Add tests for special case mappingsAndré Bargull2015-09-076-0/+743
|/ /
* | Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/t...Rick Waldron2015-09-0454-305/+54
|\ \
| * | Replace runTestCase with assert helpers [test/built-ins]André Bargull2015-08-1354-305/+54
* | | Merge pull request #402 from bocoup/symbol-replaceRick Waldron2015-09-022-0/+58
|\ \ \ | |/ / |/| |
| * | Add tests for well-known Symbol: @@replaceMike Pennisi2015-08-052-0/+58
| |/
* | Replace runTestCase with assert.throws [test/built-ins]André Bargull2015-08-113-35/+12
* | Replace runTestCase with assert helpers [test/built-ins/String]André Bargull2015-08-0696-635/+125
|/
* Merge pull request #377 from bocoup/symbol-iteratorBrian Terlson2015-07-275-0/+114
|\
| * Add tests for String.prototype[Symbol.iterator]Mike Pennisi2015-07-165-0/+114
* | Merge pull request #380 from bocoup/String.prototype.endsWithBrian Terlson2015-07-2420-0/+548
|\ \
| * | String.prototype.endsWithLeonardo Balter2015-07-2420-0/+548
* | | String.prototype.startsWithLeonardo Balter2015-07-2420-0/+541
|/ /
* | String.prototype.includesLeonardo Balter2015-07-2320-0/+533
* | Merge pull request #366 from bocoup/String.prototype.repeatBrian Terlson2015-07-2215-0/+300
|\ \
| * | String.prototype.repeatLeonardo Balter2015-07-1415-0/+300
| |/
* | Merge pull request #359 from bocoup/String.rawBrian Terlson2015-07-2127-0/+807
|\ \
| * | String.rawLeonardo Balter2015-07-1027-0/+807
| |/
* | String.prototype.normalizeLeonardo Balter2015-07-2113-0/+319
* | Merge pull request #385 from anba/licenseBrian Terlson2015-07-1715-63/+27
|\ \