Skip to content

Fix fuzzed filename in long_log #28

Description

@igor-simoes

it has been observed that if a file fails more than once, the file long_log.txt must contain the identical name of the fuzzed file to identify that it is another file.

Actual:

***  .../duktape/tests/fuzzed_DukTape_ecmascript_test-bi-date.js
jsc failed
ch pass
sm pass
v8 failed
***  .../duktape/tests/fuzzed_DukTape_ecmascript_test-bi-date.js
jsc pass
ch failed
sm pass
v8 pass

Expected:

***  .../duktape/tests/fuzzed_DukTape_ecmascript_test-bi-date.js
jsc failed
ch pass
sm pass
v8 failed
***  .../duktape/tests/fuzzed_DukTape_ecmascript_test-bi-date_2_.js
jsc pass
ch failed
sm pass
v8 pass

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions