• arv's avatar
    Use path in name for test262-es6 · 36df5747
    arv authored
    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}
    36df5747
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...