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

Add all directories to test262.properties #1531

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Add all directories to test262.properties #1531

merged 1 commit into from
Jul 21, 2024

Conversation

tuchida
Copy link
Contributor

@tuchida tuchida commented Jul 19, 2024

I manually modified this file and added all directories in test262 to test262.properties.

tests/test262/test$ find . -type d | sort > ../../testsrc/test262.properties.tmp

@@ -408,32 +418,14 @@ built-ins/Date 39/707 (5.52%)
value-to-primitive-result-non-string-prim.js
value-to-primitive-result-string.js

~built-ins/decodeURI this is really; slow disable for now
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The order has changed because of case-sensitive sorting.

@p-bakker
Copy link
Collaborator

I was hoping to do it in an automated fashion. Got things in motion to be able to run the latest version of test262 and then, if we can frequently update, it would be nice to automatically add any new directory

But, having said that, this is already a good step forward :-)

@gbrail
Copy link
Collaborator

gbrail commented Jul 21, 2024

Thanks. this is great!

@gbrail gbrail merged commit 7ff1bba into mozilla:master Jul 21, 2024
3 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.

3 participants