You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Expected:
The text was updated successfully, but these errors were encountered: