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

chore: update escargot with bug fix #66

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

clover2123
Copy link
Contributor

No description provided.

@clover2123 clover2123 marked this pull request as draft January 15, 2024 08:55
@haesik
Copy link
Contributor

haesik commented Apr 1, 2024

is it still valid PR?

@clover2123
Copy link
Contributor Author

@haesik it's still in progress, I'll update it as soon as faster.

@haesik
Copy link
Contributor

haesik commented Apr 3, 2024

@haesik it's still in progress, I'll update it as soon as faster.

thanks for the info

* 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]>
@clover2123 clover2123 changed the title chore: update escargot with SymbolRef API modifications chore: update escargot with bug fix May 14, 2024
@@ -47,6 +47,7 @@
'escargot_configs': [
'-DESCARGOT_SMALL_CONFIG=1',
'-DESCARGOT_USE_CUSTOM_LOGGING=ON',
'-DESCARGOT_USE_EXTENDED_API=ON',
Copy link
Contributor Author

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.

Comment on lines +197 to +199
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
Copy link
Contributor Author

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.

@clover2123 clover2123 marked this pull request as ready for review May 14, 2024 02:21
@hs0225 hs0225 merged commit 66fc13a into Samsung:main Jul 3, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

4 participants