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

Adding coll_nonignorable_short testing #94

Merged
merged 23 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
862d8e2
Adding coll_nonignorable_short testing
sven-oly Aug 18, 2023
0417b45
Update to boolean for node's collation test
sven-oly Aug 18, 2023
adf34b6
Update node collator to handle both shifted and non-ignorable
sven-oly Aug 19, 2023
c5ffa78
sort order of executors and tests
sven-oly Aug 19, 2023
623b8c8
Add rust nonignorable collation
sven-oly Aug 21, 2023
a04b86d
Fix node collator by adding test locale to call
sven-oly Aug 21, 2023
27fd473
remove unused collator_nonignorable.js
sven-oly Aug 21, 2023
3a06338
Integrate collation for ignorePuncuation on/off
sven-oly Aug 22, 2023
d54e684
Update collator data gen and Dart_web test
sven-oly Aug 22, 2023
c384fa8
Merge from Dart adding Number Format
sven-oly Aug 23, 2023
e31a3f3
Small update to generate script
sven-oly Aug 23, 2023
5bdf252
Rustfmt and update generate script
sven-oly Aug 23, 2023
aac93ef
More updates for collation
sven-oly Sep 5, 2023
21f4d87
dart_web working with new collation data
sven-oly Sep 5, 2023
b42eedc
Add line number to collation test data
sven-oly Sep 5, 2023
c700e0b
Dart fixes
mosuem Sep 6, 2023
cc1a663
Removing old testing source
sven-oly Sep 6, 2023
201529f
Merge pull request #2 from mosuem/AddIgnorableCollation
sven-oly Sep 6, 2023
f7eade1
Merge branch 'main' into AddIgnorableCollation
sven-oly Sep 6, 2023
18c39c2
Update name of test to collation_short
sven-oly Sep 6, 2023
49e4165
Update README and reporting details for collation
sven-oly Sep 6, 2023
c8d6d01
Updating data and runDDT.sh script for quick testing
sven-oly Sep 7, 2023
baaf7bd
Update quick locale NodeJS tests
sven-oly Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

executors/rust/target/
**/__pycache__/
DDT_DATA/test*/*
DDT_DATA/testOutput*/*
DDT_DATA/testReports*/*

TEMP_DATA

Expand All @@ -28,4 +29,4 @@ testgen/icu*/*.json
testdriver/.local-chrome/
testgen/*.json

TEMP_DATA/*
TEMP_DATA/*
46 changes: 0 additions & 46 deletions DDT_DATA/testData/coll_test_shift.json

This file was deleted.

92 changes: 0 additions & 92 deletions DDT_DATA/testData/coll_verify_shift.json

This file was deleted.

153 changes: 0 additions & 153 deletions DDT_DATA/testData/coll_verify_shift_37.json

This file was deleted.

Loading
Loading