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
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/built-ins/Object/prototype/toString/*.js: clean up and extended fixes fr...
Rick Waldron
2018-03-07
35
-272
/
+425
*
Fix yaml consistency
Leo Balter
2018-03-06
11
-22
/
+33
*
Remove whitespace between Literal and BigIntLiteralSuffix (#1452)
Sathya Gunasekaran
2018-02-22
1
-1
/
+1
*
built-ins/Object/*: make all indentation consistent (depth & character) (#1432)
Rick Waldron
2018-02-15
2862
-22978
/
+24187
*
Revert "js-beautify: make all indentation consistent (depth & character) (#14...
André Bargull
2018-02-09
2862
-24187
/
+22978
*
js-beautify: make all indentation consistent (depth & character) (#1409)
Rick Waldron
2018-02-09
2862
-22978
/
+24187
*
Fix: various lint fixes
Rick Waldron
2018-01-11
1
-2
/
+2
*
Fix: various lint fixes
Rick Waldron
2018-01-10
4
-4
/
+4
*
Frontmatter: fixup "info: >" to "info: |"
Rick Waldron
2018-01-05
185
-185
/
+185
*
Fix multiple issues in nan-equivalence.js test case
André Bargull
2017-11-01
1
-17
/
+26
*
Add cross-realm feature
Leo Balter
2017-09-22
1
-1
/
+1
*
Add missing Symbol.toStringTag feature flags
Leo Balter
2017-09-08
1
-1
/
+1
*
Add missing Symbol features flags
Leo Balter
2017-09-07
25
-0
/
+25
*
Remove duplicate property keys from getOwnPropertyDescriptors
André Bargull
2017-09-05
1
-38
/
+0
*
add BigInt tests
Robin Templeton
2017-08-24
2
-0
/
+27
*
Remove more unnecessary tests
Leo Balter
2017-05-17
13
-536
/
+0
*
Introduce automated validation for test format (#994)
jugglinmike
2017-05-01
1
-2
/
+2
*
Add tests for observable [[GetOwnProperty]] ops in EnumerableOwnProperties (#...
⭐caitp⭐
2017-04-27
1
-0
/
+145
*
Remove execute bit from files (#976)
André Bargull
2017-04-13
31
-0
/
+0
*
Merge pull request #949 from rwaldron/755
Leo Balter
2017-04-06
2
-0
/
+65
|
\
|
*
Move proxy function proxy tests into own file
Rick Waldron
2017-04-06
2
-36
/
+45
|
*
Update the toString/proxy.js to test stringifing functions
Keith Miller
2016-08-30
1
-1
/
+57
*
|
Rename top level 'name' and 'length' bindings
Leonardo Balter
2017-03-14
1
-3
/
+3
*
|
Rename $ => $262. Fixes gh-802 (#823)
Rick Waldron
2017-03-01
1
-1
/
+1
*
|
Add tests for known violation of invariants (#841)
Claude Pache
2017-03-01
4
-0
/
+116
*
|
Test Symbol.toStringTag overrides on primitive wrapper prototypes. Closes gh-...
Rick Waldron
2017-01-20
2
-0
/
+42
*
|
Add tests for realm interactions (#688)
jugglinmike
2016-10-24
1
-0
/
+28
|
/
*
`Object.getOwnPropertyDescriptors`: add test to ensure undefined descriptors ...
Jordan Harband
2016-08-01
2
-1
/
+40
*
Update test for distinct NaN replacement on DefineOwnProperty
Leonardo Balter
2016-07-06
1
-8
/
+23
*
Improve assertions comparing values to NaN (#690)
Leo Balter
2016-07-01
3
-5
/
+3
*
Update esid for Object.getOwnPropertyDescriptors
Leonardo Balter
2016-06-15
15
-15
/
+15
*
Add tests for usage of IsArray (#667)
jugglinmike
2016-06-10
2
-0
/
+72
*
Add test for NaN in OrdinaryDefineOwnProperty (#648)
jugglinmike
2016-06-08
1
-0
/
+63
*
Reduce reliance on `fnGlobalObject.js`
Mike Pennisi
2016-04-25
62
-164
/
+110
*
Fix test bugs
André Bargull
2016-02-23
2
-3
/
+4
*
s/id/esid
Leonardo Balter
2016-02-22
53
-53
/
+53
*
Create `proxyTrapsHelper` to throw on all traps by default.
Jordan Harband
2016-02-13
3
-42
/
+15
*
s/esid/id/g
Jordan Harband
2016-02-01
15
-15
/
+15
*
Add test with duplicate keys.
Jordan Harband
2016-02-01
1
-0
/
+31
*
Review feedback.
Jordan Harband
2016-02-01
14
-21
/
+36
*
Add Object.getOwnPropertyDescriptors tests.
Jordan Harband
2016-02-01
13
-0
/
+307
*
Replace es7id tags with id
Leonardo Balter
2016-02-12
34
-34
/
+34
*
Add tests for Object.prototype extensibility and its immutable prototype
Leonardo Balter
2016-02-12
4
-0
/
+139
*
Fix case sentitive error on test/built-ins/Object folder
Leonardo Balter
2016-01-29
32
-0
/
+648
*
Add missing tests for "length" and "name" properties of built-in functions
André Bargull
2016-01-15
21
-0
/
+549
*
Add Proxy tests to ensure observable semantics are maintained
Jordan Harband
2015-12-14
2
-0
/
+96
*
Tests for changes introduced in ES2015 (Annex E)
André Bargull
2015-09-07
10
-0
/
+315
*
Merge pull request #415 from anba/remove-runTestCase-finally
Rick Waldron
2015-09-04
215
-2153
/
+599
|
\
|
*
Replace runTestCase with assert, try-finally, [test/built-ins/Object]
André Bargull
2015-08-13
215
-2153
/
+599
*
|
Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/t...
Rick Waldron
2015-09-04
89
-755
/
+281
|
\
\
[next]