Skip to content

Commit f41c0d0

Browse files
committed
[MERGE #5908 @wyrichte] Gets build scripts ready for Jenkins to ADO switch
Merge pull request #5908 from wyrichte:build/wyrichte/build_changes
2 parents f9c1970 + 8841008 commit f41c0d0

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/runcitests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ set _HadFailures=0
129129
:: ============================================================================
130130
:runTests
131131

132-
call :do %_TestDir%\runtests.cmd -%1%2 %3 -quiet -cleanupall -binDir %_StagingDir%\bin
132+
call :do %_TestDir%\runtests.cmd -%1%2 %* -quiet -cleanupall -binDir %_StagingDir%\bin
133133

134134
if "%_error%" NEQ "0" (
135135
echo -- runcitests.cmd ^>^> runtests.cmd failed

0 commit comments

Comments
 (0)