| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <?xml version="1.0" encoding="utf-8"?>
- <regress-exe>
- <test>
- <default>
- <files>Basics.js</files>
- <tags>Intl</tags>
- <compile-flags>-args summary -endargs</compile-flags>
- </default>
- </test>
- <test>
- <default>
- <files>Collator.js</files>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>CollatorOptions.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,require_winglob</tags>
- </default>
- </test>
- <test>
- <default>
- <files>DateTimeFormatInvalidOptions.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl</tags>
- </default>
- </test>
- <test>
- <default>
- <files>DateTimeFormatOptions.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,require_winglob</tags>
- </default>
- </test>
- <test>
- <default>
- <files>NumberFormat.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,exclude_drt</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</tags>
- </default>
- </test>
- <test>
- <default>
- <files>SupportedLocalesOf.js</files>
- <compile-flags>-args summary -endargs</compile-flags>
- <tags>Intl,require_winglob</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>
- <compile-flags>-Intl -JsBuiltIn-</compile-flags>
- <files>IntlTaintingTests.js</files>
- <baseline>IntlTaintingTests.baseline</baseline>
- <tags>Intl,exclude_winglob</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>
- </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>
- <!-- 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>
|