bterlson/test262-harness

files list duplication

leobalter opened this issue · 2 comments

test262-harness --hostType=ch --hostPath=$HOME/.jsvu/chakra test/annexB/built-ins/String/prototype/trimLeft/name.js test/annexB/built-ins/String/prototype/trimLeft/prop-desc.js
FAIL test/annexB/built-ins/String/prototype/trimLeft/name.js (default)
  descriptor value should be trimStart

FAIL test/annexB/built-ins/String/prototype/trimLeft/name.js (strict mode)
  descriptor value should be trimStart

FAIL test/annexB/built-ins/String/prototype/trimLeft/name.js (default)
  descriptor value should be trimStart

FAIL test/annexB/built-ins/String/prototype/trimLeft/name.js (strict mode)
  descriptor value should be trimStart

Ran 8 tests
4 passed
4 failed

files are having a duplicated run, that's weird.

this error is prevented in protected files blobs:

# wrapped in single quotes
test262-harness --hostType=ch --hostPath=$HOME/.jsvu/chakra 'test/annexB/built-ins/String/prototype/trimLeft/*'

Thanks for the report. I should have a fix ready by end-of-day tomorrow (2017-0726)