-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: update escargot with bug fix #66
Conversation
is it still valid PR? |
@haesik it's still in progress, I'll update it as soon as faster. |
thanks for the info |
b038175
to
2bcfa86
Compare
2d328fa
to
8563d27
Compare
* update the latest escargot and walrus module * fix misc bugs related with escargot update * use ESCARGOT_USE_EXTENDED_API and relevant APIs Signed-off-by: HyukWoo Park <[email protected]>
@@ -47,6 +47,7 @@ | |||
'escargot_configs': [ | |||
'-DESCARGOT_SMALL_CONFIG=1', | |||
'-DESCARGOT_USE_CUSTOM_LOGGING=ON', | |||
'-DESCARGOT_USE_EXTENDED_API=ON', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Escargot build option updated.
To use specific non-standard features of Escargot like Template, build option ESCARGOT_USE_EXTENDED_API
should be set ON.
test/parallel/test-worker-stack-overflow.js | ||
test/parallel/test-worker-stdio.js # CI 테스트중 간헐적으로 crash. 타이밍 이슈로 추정됨 | ||
test/parallel/test-worker-stdio-from-preload-module.js # occasionally crashed in CI, might be timing issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several tests failed occasionally in CI.
But when I run these tests on my local environment, it passed.
I think that this is related with timing issue as these tests all employ worker
method.
No description provided.