Use path in name for test262-es6
authorarv <arv@chromium.org>
Thu, 12 Mar 2015 16:36:16 +0000 (09:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 12 Mar 2015 16:36:31 +0000 (16:36 +0000)
commit36df5747bf12d82f206bcc1ca7d743843d8869fc
treeae2a3c11e492c1f2ac217f86e48c70bd862fb1de
parent2d3311b82f0e998300ff2f517723064005ffc327
Use path in name for test262-es6

For ES5 the file names always included the whole path, like this:

  ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js

For ES6 this is no longer true:

  language/computed-property-names/basics/symbol.js
  language/computed-property-names/class/method/symbol.js

To allow the status file to correctly identify the right test we need
to change the reported test name to include the whole path.

BUG=None
LOG=N
R=rossberg@chromium.org, machenbach@chromium.org

Review URL: https://codereview.chromium.org/1001613002

Cr-Commit-Position: refs/heads/master@{#27167}
test/test262-es6/test262-es6.status
test/test262-es6/testcfg.py