| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 45c2ea3 commit 5039f21
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.74', | ||
| 39 | + 'v8_embedder_string': '-node.75', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ assertEquals("zh-TW-u-ca-chinese", new Intl.Locale("zh-TW-u-ca-chinese").minimiz | |||
| 17 | 17 | assertEquals("zh-Hant-HK-u-ca-chinese", new Intl.Locale("zh-HK-u-ca-chinese").maximize().toString()); | |
| 18 | 18 | assertEquals("zh-HK-u-ca-chinese", new Intl.Locale("zh-HK-u-ca-chinese").minimize().toString()); | |
| 19 | 19 | assertEquals("zh-Hant-TW-u-ca-chinese", new Intl.Locale("zh-Hant-u-ca-chinese").maximize().toString()); | |
| 20 | - assertEquals("zh-Hant-u-ca-chinese", new Intl.Locale("zh-Hant-u-ca-chinese").minimize().toString()); | ||
| 20 | + assertEquals("zh-TW-u-ca-chinese", new Intl.Locale("zh-Hant-u-ca-chinese").minimize().toString()); | ||
| 21 | 21 | assertEquals("zh-Hans-CN-u-ca-chinese", new Intl.Locale("zh-Hans-u-ca-chinese").maximize().toString()); | |
| 22 | 22 | assertEquals("zh-u-ca-chinese", new Intl.Locale("zh-Hans-u-ca-chinese").minimize().toString()); | |
| 23 | 23 | assertEquals("zh-Hant-CN-u-ca-chinese", new Intl.Locale("zh-Hant-CN-u-ca-chinese").maximize().toString()); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -507,9 +507,6 @@ | |||
| 507 | 507 | 'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL], | |
| 508 | 508 | 'intl402/Intl/getCanonicalLocales/unicode-ext-key-with-digit': [FAIL], | |
| 509 | 509 | ||
| 510 | - # http://crbug/v8/10448 | ||
| 511 | - 'intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags': [FAIL], | ||
| 512 | - | ||
| 513 | 510 | # https://bugs.chromium.org/p/v8/issues/detail?id=9646 | |
| 514 | 511 | 'built-ins/ThrowTypeError/name': [FAIL], | |
| 515 | 512 | 'language/expressions/class/name': [FAIL], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments