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 num options #59

Merged
merged 10 commits into from May 13, 2023
Merged

Fix num options #59

merged 10 commits into from May 13, 2023

Conversation

sven-oly
Copy link
Collaborator

@sven-oly sven-oly commented May 10, 2023

This updates lots of things, including a start on loading data via JSON fetch. It also restructures the directory structure, creating subdirectories with versions under testResults/node and testResults/rust.

├── node
│   ├── v16.19.1
│   │   ├── coll_shift_short
│   │   │   ├── coll_test_shift.html
│   │   │   ├── coll_test_shift.json
│   │   │   ├── failing_tests
│   │   │   │   └── failing_tests.json
│   │   │   ├── pass
│   │   │   │   └── pass.json
│   │   │   ├── test_errors
│   │   │   │   └── test_errors.json
│   │   │   └── unsupported
│   │   │   └── unsupported.json
│   │   ├── lang_names
│   │   │   ├── failing_tests
│   │   │   │   └── failing_tests.json
│   │   │   ├── lang_name_test_file.html
│   │   │   ├── lang_name_test_file.json
│   │   │   ├── pass
│   │   │   │   └── pass.json
│   │   │   ├── test_errors
│   │   │   │   └── test_errors.json
│   │   │   └── unsupported
│   │   │   └── unsupported.json
│   │   └── number_fmt
...

@sven-oly sven-oly force-pushed the fixNumOptions branch 2 times, most recently from 3da3895 to 289a31d Compare May 10, 2023 23:02
testdriver/datasets.py Outdated Show resolved Hide resolved
testdriver/ddtargs.py Outdated Show resolved Hide resolved
testdriver/testplan.py Outdated Show resolved Hide resolved
testdriver/testplan.py Show resolved Hide resolved
testgen/testdata_gen.py Outdated Show resolved Hide resolved
testgen/testdata_gen.py Outdated Show resolved Hide resolved
testgen/testdata_gen.py Outdated Show resolved Hide resolved
testgen/testdata_gen.py Outdated Show resolved Hide resolved
testgen/testdata_gen.py Show resolved Hide resolved
verifier/testreport.py Outdated Show resolved Hide resolved
@echeran
Copy link
Collaborator

echeran commented May 12, 2023

Also merge in the latest from upstream main to pull in #60 which fixes the CI problems for the end-to-end check.

@sven-oly sven-oly merged commit f41d081 into unicode-org:main May 13, 2023
6 of 7 checks passed
@sven-oly sven-oly deleted the fixNumOptions branch May 13, 2023 01:36
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.

None yet

3 participants