Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fuzzed filename in long_log #28

Open
igor-simoes opened this issue Jun 11, 2019 · 0 comments
Open

Fix fuzzed filename in long_log #28

igor-simoes opened this issue Jun 11, 2019 · 0 comments

Comments

@igor-simoes
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant