File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
<test >
24
24
<default >
25
25
<files >NumberFormat.js</files >
26
- <tags >Intl,exclude_drt</tags >
26
+ <tags >Intl,exclude_drt,exclude_icu62AndAboveTestFailures </tags >
27
27
</default >
28
28
</test >
29
29
<test >
37
37
<default >
38
38
<files >GetCanonicalLocales.js</files >
39
39
<compile-flags >-args summary -endargs</compile-flags >
40
- <tags >Intl</tags >
40
+ <tags >Intl,exclude_icu62AndAboveTestFailures </tags >
41
41
</default >
42
42
</test >
43
43
<test >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ const tests = [
283
283
// todo:: test MaxBrTableElems
284
284
] ;
285
285
286
- WScript . LoadScriptFile ( "../UnitTestFrameWork /yargs.js" ) ;
286
+ WScript . LoadScriptFile ( "../UnitTestFramework /yargs.js" ) ;
287
287
const argv = yargsParse ( WScript . Arguments , {
288
288
boolean : [ "valid" , "invalid" , "verbose" ] ,
289
289
number : [ "start" , "end" ] ,
You can’t perform that action at this time.
0 commit comments