WebKit Bugzilla
Attachment 339741 Details for
Bug 185390
: Test262-Runner: Add base module to the local deps - unicore/Exact.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185390-20180507170158.patch (text/plain), 2.29 KB, created by
Leo Balter
on 2018-05-07 13:02:00 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-05-07 13:02:00 PDT
Size:
2.29 KB
patch
obsolete
>Subversion Revision: 231449 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 665fcfba13e3ce73600b7a42ae44a03578505904..a00daf59724db81d60d787faae827f12c7b86624 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-07 Leo Balter <leonardo.balter@gmail.com> >+ >+ Test262-Runner: Add base module to the local deps - unicore/Exact.pl >+ https://bugs.webkit.org/show_bug.cgi?id=185390 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/test262/local/lib/perl5/unicore/Exact.pl: Added. >+ > 2018-05-07 Daniel Bates <dabates@apple.com> > > REGRESSION (r229955): run-webkit-tests runs tests in skipped directories and subdirectories of directory given on command line >diff --git a/Tools/Scripts/test262/local/lib/perl5/unicore/Exact.pl b/Tools/Scripts/test262/local/lib/perl5/unicore/Exact.pl >new file mode 100644 >index 0000000000000000000000000000000000000000..24fd1dc9cb74b98c7d37528d7dda4b838f76890d >--- /dev/null >+++ b/Tools/Scripts/test262/local/lib/perl5/unicore/Exact.pl >@@ -0,0 +1,73 @@ >+# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! >+# This file is built by mktables from e.g. UnicodeData.txt. >+# Any changes made here will be lost! >+ >+## >+## Data in this file used by ../utf8_heavy.pl >+## >+ >+## Mapping from name to filename in ./lib/gc_sc >+%utf8::Exact = ( >+ ASCII => 'ASCII', >+ All => 'Any', >+ Alnum => 'Alnum', >+ Alpha => 'Alpha', >+ Any => 'Any', >+ Assigned => 'Assigned', >+ Blank => 'Blank', >+ C => 'C', >+ Cc => 'Cc', >+ Cf => 'Cf', >+ Cn => 'Cn', >+ Cntrl => 'Cntrl', >+ Co => 'Co', >+ Cs => 'Cs', >+ Digit => 'Digit', >+ Graph => 'Graph', >+ InGreek => 'InGreekA', >+ L => 'L', >+ LC => 'LC', >+ Ll => 'Ll', >+ Lm => 'Lm', >+ Lo => 'Lo', >+ Lower => 'Lower', >+ Lt => 'Lt', >+ Lu => 'Lu', >+ M => 'M', >+ Mc => 'Mc', >+ Me => 'Me', >+ Mn => 'Mn', >+ N => 'N', >+ Nd => 'Nd', >+ Nl => 'Nl', >+ No => 'No', >+ P => 'P', >+ Pc => 'Pc', >+ Pd => 'Pd', >+ Pe => 'Pe', >+ Pf => 'Pf', >+ Pi => 'Pi', >+ Po => 'Po', >+ Print => 'Print', >+ Ps => 'Ps', >+ Punct => 'Punct', >+ S => 'S', >+ Sc => 'Sc', >+ Sk => 'Sk', >+ Sm => 'Sm', >+ So => 'So', >+ Space => 'Space', >+ SpacePerl => 'SpacePer', >+ Title => 'Title', >+ Upper => 'Upper', >+ Word => 'Word', >+ XDigit => 'XDigit', >+ Z => 'Z', >+ Zl => 'Zl', >+ Zp => 'Zp', >+ Zs => 'Zs', >+ _CanonDCIJ => '_CanonDC', >+ _CaseIgnorable => '_CaseIgn', >+ _CombAbove => '_CombAbo', >+); >+1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185390
: 339741