| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="utf-8"?>
- <regress-exe>
- <test>
- <default>
- <files>Collator.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>common.js</files>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>DateTimeFormat.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>NumberFormat.js</files>
- <tags>Intl,exclude_drt,exclude_icu62AndAboveTestFailures</tags>
- </default>
- </test>
- <test>
- <default>
- <files>NumberFormatOptions.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>GetCanonicalLocales.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,exclude_icu62AndAboveTestFailures</tags>
- </default>
- </test>
- <test>
- <default>
- <files>SupportedLocalesOf.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlHiddenInternals.js</files>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlTaintingTests.js</files>
- <baseline>IntlTaintingTests.baseline</baseline>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlTaintingPreInitTests.js</files>
- <baseline>IntlTaintingPreInitTests.baseline</baseline>
- <tags>Intl,exclude_drt</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlBuiltIns.js</files>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlIdentities.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <compile-flags> -Intl -debugLaunch -dbgbaseline:IntlReturnedValueTests.js.dbg.baseline</compile-flags>
- <files>IntlReturnedValueTests.js</files>
- <tags>Intl,require_winglob</tags> <!-- require_winglob because the baseline contains embedded bi-di markers -->
- </default>
- </test>
- <test>
- <default>
- <!-- TODO investigate why -ExtendedErrorStackForTestHost inserts tabs at the beginning of some frames (Microsoft/ChakraCore#3130) -->
- <files>IntlInternalsHiddenFromExceptionStackTest.js</files>
- <baseline>IntlInternalsHiddenFromExceptionStackTest.baseline</baseline>
- <compile-flags>-ExtendedErrorStackForTestHost-</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <!-- TODO investigate why -ExtendedErrorStackForTestHost inserts tabs at the beginning of some frames (Microsoft/ChakraCore#3130) -->
- <files>IntlInternalsHiddenFromFirstChanceExceptionStackTest.js</files>
- <baseline>IntlInternalsHiddenFromFirstChanceExceptionStackTest.baseline</baseline>
- <compile-flags>-ExtendedErrorStackForTestHost-</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>IntlPlatform.js</files>
- <compile-flags>-IntlPlatform</compile-flags>
- <tags>Intl,exclude_windows</tags>
- </default>
- </test>
- <test>
- <default>
- <files>PluralRules.js</files>
- <tags>Intl,exclude_windows</tags>
- </default>
- </test>
- <!-- Slow Tests -->
- <test>
- <default>
- <files>TaintingPreventionTests.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,Slow</tags>
- <timeout>900</timeout>
- </default>
- </test>
- </regress-exe>
|