Skip to content

Commit 5806f81

Browse files
committed
test cleanup
1 parent 4e344df commit 5806f81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Intl/rlexe.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<test>
2424
<default>
2525
<files>NumberFormat.js</files>
26-
<tags>Intl,exclude_drt</tags>
26+
<tags>Intl,exclude_drt,exclude_icu62AndAboveTestFailures</tags>
2727
</default>
2828
</test>
2929
<test>
@@ -37,7 +37,7 @@
3737
<default>
3838
<files>GetCanonicalLocales.js</files>
3939
<compile-flags>-args summary -endargs</compile-flags>
40-
<tags>Intl</tags>
40+
<tags>Intl,exclude_icu62AndAboveTestFailures</tags>
4141
</default>
4242
</test>
4343
<test>

test/wasm/limits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const tests = [
283283
// todo:: test MaxBrTableElems
284284
];
285285

286-
WScript.LoadScriptFile("../UnitTestFrameWork/yargs.js");
286+
WScript.LoadScriptFile("../UnitTestFramework/yargs.js");
287287
const argv = yargsParse(WScript.Arguments, {
288288
boolean: ["valid", "invalid", "verbose"],
289289
number: ["start", "end"],

0 commit comments

Comments
 (0)