Brian Terlson
9fbd9eced1
Merge branch '201'
2015-04-07 16:58:44 -07:00
Rick Waldron
dcdc9ba111
block-scope: corrections. Fixes gh-201
2015-04-07 16:58:04 -07:00
Brian Terlson
550bd36feb
Merge pull request #157 from bocoup/harmony-array
...
Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of})
2015-04-07 16:51:58 -07:00
Rick Waldron
d797bb979e
Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of})
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/array-fill.js
test/mjsunit/harmony/array-find.js
test/mjsunit/harmony/array-findindex.js
test/mjsunit/harmony/array-from.js
test/mjsunit/harmony/array-of.js
2015-04-07 09:53:17 -04:00
Brian Terlson
47674610ae
Merge pull request #190 from bocoup/harmony-object-literals
...
Import tests from Google V8 (Object Literal Concise Method and Property Initialization)
2015-04-06 14:49:47 -07:00
Brian Terlson
43acf615b5
Merge pull request #216 from smikes/215-indented-yaml
...
candidate fix for #215
2015-03-31 11:41:37 -07:00
smikes
107d786ec5
candidate fix for #215
...
additional test, tests should have unique names
improve python style thx to arv
2015-03-30 15:37:59 -06:00
Rick Waldron
2b0339683d
Merge pull request #214 from bocoup/fix-copyright-line
...
Fix copyright line
2015-03-30 15:22:13 -04:00
Rick Waldron
40c07540e7
Fix copyright line
2015-03-30 12:48:02 -04:00
Brian Terlson
ceeefa3196
Merge pull request #184 from bocoup/iteration-semantics-2
...
Import tests from Google V8 (iteration semantics)
2015-03-19 13:39:20 -07:00
Brian Terlson
3702ae1031
Merge pull request #202 from bocoup/198
...
computed-property-names: follow up corrections. Fixes gh-198
2015-03-19 13:38:59 -07:00
Rick Waldron
3ac4b240bb
computed-property-names: follow up corrections. Fixes gh-198
2015-03-19 14:54:24 -04:00
Mike Pennisi
bd44d30a00
Import tests from Google V8 (iteration semantics)
...
These tests are derived from the following files within the Google V8
project:
test/mjsunit/es6/iteration-semantics.js
2015-03-18 20:06:12 -04:00
Brian Terlson
2df6c4f219
Merge pull request #200 from bocoup/198
...
computed-property-names: corrections. Fixes gh-198
2015-03-18 16:55:30 -07:00
Rick Waldron
fc3e2cab05
computed-property-names: corrections. Fixes gh-198
2015-03-18 19:13:11 -04:00
Brian Terlson
538a2a8e83
Merge pull request #183 from bocoup/harmony-block-scope
...
Import tests from Google V8 (Block Scoping)
2015-03-18 16:09:05 -07:00
Brian Terlson
fb6eb7ce18
Merge pull request #154 from bocoup/harmony-array-concat
...
Import tests from Google V8 (Array isConcatSpreadable)
2015-03-18 16:07:34 -07:00
Brian Terlson
5994445827
Merge pull request #199 from bocoup/198
...
computed-property-names: corrections. Fixes gh-198
2015-03-18 16:07:12 -07:00
Rick Waldron
373b356d33
computed-property-names: corrections. Fixes gh-198
2015-03-18 18:50:05 -04:00
Brian Terlson
2e1813622f
Merge pull request #188 from smikes/Symbol-species
...
Symbol.species tests
2015-03-18 10:59:48 -07:00
Brian Terlson
f81dd64d68
Merge pull request #191 from bocoup/non-destructive-writable-check
...
Make writability helper function non-destructive
2015-03-17 16:50:31 -07:00
smikes
e1f3ffce2c
Symbol.species tests
...
Initial tests for property existence
move getter name test to builtin-getter-name
initial cut at extends test
incorporate line notes, thanks @anba
2015-03-09 15:48:52 -06:00
Brian Terlson
d24fd10549
Merge pull request #189 from bocoup/harmony-computed-property-names
...
Import tests from Google V8 (Computed Property Names)
2015-03-06 16:44:57 -08:00
Brian Terlson
f6d8dd0f9e
Merge pull request #175 from bocoup/harmony-classes
...
Import tests from Google V8 (Class syntax & semantics)
2015-03-06 13:53:11 -08:00
Brian Terlson
42dc0f6b35
Merge pull request #165 from bocoup/iterators
...
Add Array Iteration Tests
2015-03-06 13:31:56 -08:00
Mike Pennisi
6565c89de2
Import tests from Google V8
...
These tests are derived from the following files within the Google V8
project:
test/mjsunit/es6/array-iterator.js
2015-03-06 14:13:36 -05:00
Rick Waldron
5d11ec4b24
Import tests from Google V8 (Class syntax & semantics)
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/class-computed-property-names-super.js
test/mjsunit/harmony/class-property-name-eval-arguments.js
test/mjsunit/harmony/classes-experimental.js
test/mjsunit/harmony/classes-lazy-parsing.js
test/mjsunit/harmony/classes.js
2015-03-06 10:44:37 -05:00
Rick Waldron
e7a6c05d36
(Computed Property Names) Re-organize, add assertion messages.
2015-03-05 16:46:11 -05:00
Rick Waldron
4c49047f20
Import tests from Google V8 (Object Literal Concise Method and Property Initialization)
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/method-name-eval-arguments.js
test/mjsunit/harmony/object-literals-method.js
test/mjsunit/harmony/object-literals-property-shorthand.js
test/mjsunit/harmony/object-literals-super.js
2015-03-05 15:22:13 -05:00
Rick Waldron
bd682d8e37
Import tests from Google V8 (Computed Property Names)
...
These tests are derived from the following files within the Google V8
project:
test/mjsunit/harmony/computed-property-names-classes.js
test/mjsunit/harmony/computed-property-names-object-literals-methods.js
test/mjsunit/harmony/computed-property-names-super.js
test/mjsunit/harmony/computed-property-names.js
2015-03-05 12:04:46 -05:00
Rick Waldron
1182adb9bc
Import tests from Google V8 (Array isConcatSpreadable)
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/array-concat.js
2015-03-04 20:01:21 -05:00
Mike Pennisi
9f8f0284c3
Make writability helper function non-destructive
...
After checking the writability of a given property, restore the property
value to its original state.
2015-03-04 18:43:33 -05:00
Rick Waldron
3f9587a8ee
Import tests from Google V8 (Block Scoping)
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/block-conflicts.js
test/mjsunit/harmony/block-for.js
test/mjsunit/harmony/block-leave.js
test/mjsunit/harmony/block-let-declaration.js
test/mjsunit/harmony/block-let-semantics.js
test/mjsunit/harmony/block-scoping.js
2015-03-04 11:10:46 -05:00
Brian Terlson
2eca2c71e8
Merge pull request #182 from gbrail/fix-junit
...
Fix "junit" output option to produce valid JUnit XML
2015-02-27 14:57:05 -08:00
Gregory Brail
41ed1257d7
Fix JUnit output so that it can be actually be parsed by JUnit and
...
Jenkins. Wrap XML output correctly and
post-process failure messages to avoid invalid XML characters.
2015-02-26 16:46:59 -08:00
Brian Terlson
1b04b7db08
Merge pull request #180 from smikes/178-generator-super
...
add () to super call
2015-02-26 16:35:29 -08:00
Brian Terlson
97ad311a4b
Merge pull request #181 from smikes/177-generator-incorrect-features
...
format features correctly
2015-02-26 16:34:50 -08:00
smikes
3e298dbeed
format features correctly
2015-02-25 20:43:23 -07:00
smikes
ca47fc46de
add () to super call
2015-02-25 20:41:15 -07:00
Brian Terlson
ba3be4a575
Merge pull request #149 from bocoup/first-v8-tests
...
First v8 tests
2015-02-20 11:53:47 -08:00
Mike Pennisi
4431c2bc56
Import tests from Google V8
...
These tests are derived from the following files within the Google V8
project:
test/mjsunit/es6/string-html.js
2015-02-20 14:33:47 -05:00
Brian Terlson
4c510bf078
Merge pull request #167 from smikes/generator-tests
...
initial set of generator tests
2015-02-19 17:48:11 -08:00
Brian Terlson
567a72d7af
Merge pull request #168 from bocoup/harmony-arrow-functions
...
Import tests from Google V8 (Arrow Functions)
2015-02-19 17:37:33 -08:00
smikes
04f468541e
batch of generator tests
...
fix info, desc
remove dubious test
correct no-name test, add implicit-name test
2015-02-19 18:35:59 -07:00
Brian Terlson
09b9f713be
Merge pull request #171 from smikes/gh-170-add-attribute-validation
...
harness: add checks of descriptor attributes
2015-02-19 17:28:11 -08:00
smikes
9f884af5cc
harness: add checks of descriptor attributes
...
First check if descriptor is set up correctly, then actually
verify that the attribute (writability, enumerability,
configurability) is as expected.
2015-02-19 18:11:53 -07:00
Brian Terlson
a01e1eabf6
Merge pull request #159 from smikes/promise-more
...
2 new tests re: foreign thenables
2015-02-19 15:39:12 -08:00
Rick Waldron
341e31f7d3
Import tests from Google V8 (Arrow Functions)
...
These tests are derived from the following files within the Google V8
project:
test/mjsunit/harmony/arrow-functions.js
2015-02-18 12:58:34 -05:00
smikes
cc18dd2d79
2 new tests re: foreign thenables
2015-02-17 18:27:34 -07:00
Brian Terlson
8eb0bd1279
Merge pull request #162 from bocoup/146
...
Move test/built-ins/Promise/prototype/resolve/ to test/built-ins/Promise...
2015-02-17 12:30:50 -08:00