index
:
delta/qt5/qtdeclarative-testsuites.git
dev
snapshot-20150317-8f6a508-based
snapshot-20180312-3c69133-based
code.qt.io: qt/qtdeclarative-testsuites.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
built-ins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
built-ins/Symbol/*: make all indentation consistent (depth & character) (#1425)
Rick Waldron
2018-02-15
4
-15
/
+12
*
built-ins/ThrowTypeError/*: make all indentation consistent (depth & characte...
Rick Waldron
2018-02-15
13
-13
/
+52
*
built-ins/WeakMap/*: make all indentation consistent (depth & character) (#1428)
Rick Waldron
2018-02-15
12
-17
/
+41
*
built-ins/Reflect/*: make all indentation consistent (depth & character) (#1429)
Rick Waldron
2018-02-15
19
-22
/
+48
*
built-ins/String/*: make all indentation consistent (depth & character) (#1430)
Rick Waldron
2018-02-15
641
-2338
/
+3175
*
built-ins/Set/*: make all indentation consistent (depth & character) (#1431)
Rick Waldron
2018-02-15
26
-59
/
+74
*
built-ins/Object/*: make all indentation consistent (depth & character) (#1432)
Rick Waldron
2018-02-15
2862
-22978
/
+24187
*
built-ins/Atomics/*: make all indentation consistent (depth & character) (#1442)
Rick Waldron
2018-02-15
68
-633
/
+633
*
built-ins/Generator*: make all indentation consistent (depth & character) (#1...
Rick Waldron
2018-02-15
46
-109
/
+282
*
built-ins/JSON/*: make all indentation consistent (depth & character) (#1440)
Rick Waldron
2018-02-15
72
-861
/
+1046
*
built-ins/Infinity, NaN, undefined: make all indentation consistent (depth & ...
Rick Waldron
2018-02-15
15
-20
/
+20
*
built-ins/global/*: make all indentation consistent (depth & character) (#1438)
Rick Waldron
2018-02-15
23
-134
/
+134
*
built-ins/parseInt, parseFloat/*: make all indentation consistent (depth & ch...
Rick Waldron
2018-02-15
17
-120
/
+269
*
built-ins/Number/*: make all indentation consistent (depth & character) (#1436)
Rick Waldron
2018-02-15
140
-810
/
+830
*
built-ins/Proxy/*: make all indentation consistent (depth & character) (#1434)
Rick Waldron
2018-02-15
184
-763
/
+849
*
built-ins/Promise/*: make all indentation consistent (depth & character) (#1433)
Rick Waldron
2018-02-15
223
-1542
/
+1797
*
s/es6id/esid
Leo Balter
2018-02-15
2
-2
/
+2
*
async-iteration: add tests for AsyncIteratorPrototype
Valerie R Young
2018-02-15
4
-0
/
+108
*
async-iteration: add tests for AsyncGenerationFunction
Valerie R Young
2018-02-15
19
-0
/
+523
*
Add tests for the behavior of INT32_MIN (-2147483648) as exponent with the ex...
Jeff Walden
2018-02-14
1
-0
/
+17
*
built-ins/AsyncFunction/*: make all indentation consistent (depth & character)
Rick Waldron
2018-02-13
15
-19
/
+17
*
added coverage for built-in Map spec to ensure that a TypeError is thrown whe...
Amal Hussein
2018-02-13
1
-0
/
+19
*
Fix typo intialize(r) -> initialize(r)
Adrian Heine
2018-02-12
2
-2
/
+2
*
Revert "js-beautify: make all indentation consistent (depth & character) (#14...
André Bargull
2018-02-09
8371
-64939
/
+56826
*
js-beautify: make all indentation consistent (depth & character) (#1409)
Rick Waldron
2018-02-09
8371
-56826
/
+64939
*
Prefer spaces to tabs if it is not syntax related tests
Yusuke Suzuki
2018-02-08
2
-4
/
+4
*
Fix ToNumber operations
Leo Balter
2018-02-08
46
-187
/
+279
*
features: [numeric-separator-literal]
Rick Waldron
2018-02-08
16
-345
/
+1
*
Revert "Revert "Tests for NumericSeparatorLiteral. Closes gh-1051" (#1188)"
Leo Balter
2018-02-08
60
-0
/
+1493
*
Add missing closing parenthesis and remove invalid async flag (#1402)
André Bargull
2018-02-01
2
-2
/
+1
*
Promise.prototype.finally: add more tests
Jordan Harband
2018-01-30
1
-1
/
+7
*
Add test case for tc39/ecma262#1009 (#1240)
André Bargull
2018-01-30
2
-0
/
+125
*
[string-trimming] Fix whitespace tests
Mathias Bynens
2018-01-25
2
-2
/
+2
*
String.prototype.trimEnd,trimStart: add feature (per new convention)
Rick Waldron
2018-01-25
43
-43
/
+43
*
Fixup edit to info
Valerie R Young
2018-01-25
6
-12
/
+12
*
Add this value object testing to trimEnd
Valerie R Young
2018-01-25
13
-0
/
+746
*
Fixup typos
Valerie R Young
2018-01-25
2
-4
/
+3
*
Add tests for object to primitive returns object errors
Valerie R Young
2018-01-25
3
-0
/
+151
*
Add tests for object to primitive method errors
Valerie R Young
2018-01-25
3
-0
/
+143
*
Add tests for object to primitive call errors
Valerie R Young
2018-01-25
3
-0
/
+137
*
Add test of object without to primitive functionality
Valerie R Young
2018-01-25
1
-0
/
+57
*
Completely rewrite ToPrimitive method priority testing
Valerie R Young
2018-01-25
4
-95
/
+259
*
fix typos
Valerie R Young
2018-01-25
1
-6
/
+6
*
Add ToPrimitive method priority testing
Valerie R Young
2018-01-25
1
-0
/
+95
*
Add tests for sucessful whitespace removing
Valerie R Young
2018-01-25
4
-0
/
+126
*
Add number tests for trim(Start/End)
Valerie R Young
2018-01-25
2
-0
/
+96
*
fixup: Add boolean/Symbol() tests for trim(Start/End)
Valerie R Young
2018-01-25
4
-27
/
+53
*
Fixup: Add object coercible tests for trim(start/End)
Valerie R Young
2018-01-25
2
-2
/
+4
*
fixup: Add initial tests for trim(Start/End/Left/Right)
Valerie R Young
2018-01-25
6
-32
/
+46
*
Add boolean/Symbol() tests for trim(Start/End)
Valerie R Young
2018-01-25
4
-0
/
+84
[prev]
[next]