| <?xml version="1.0" encoding="utf-8"?> |
| <regress-exe> |
| <test> |
| <default> |
| <files>Collator.js</files> |
| <tags>Intl,exclude_winglob</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <files>CollatorOptions.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</tags> |
| </default> |
| </test> |
| <test> |
| <!-- Make NumberFormat.js expected output more general to support different implementations. (Microsoft/ChakraCore#3014) --> |
| <default> |
| <files>NumberFormat.js</files> |
| <baseline>NumberFormat.baseline</baseline> |
| <tags>Intl,exclude_winglob</tags> |
| </default> |
| </test> |
| <!-- Combine NumberFormatOptions*.js by making expected output more general. (Microsoft/ChakraCore#3014) --> |
| <test> |
| <default> |
| <files>NumberFormatOptions.js</files> |
| <compile-flags>-args summary -endargs</compile-flags> |
| <tags>Intl</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <!-- Variant of test to run on Win10 --> |
| <files>NumberFormatOptionsImplSpecific-Win10.js</files> |
| <compile-flags>-args summary -endargs</compile-flags> |
| <tags>Intl,exclude_winBlue,exclude_win8,exclude_win7</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <!-- Variant of test to run on WinBlue and earlier --> |
| <files>NumberFormatOptionsImplSpecific-WinBlue.js</files> |
| <compile-flags>-args summary -endargs</compile-flags> |
| <tags>Intl,exclude_win10</tags> |
| </default> |
| </test> |
| |
| <test> |
| <default> |
| <files>GetCanonicalLocales.js</files> |
| <compile-flags>-args summary -endargs</compile-flags> |
| <tags>Intl,exclude_winglob</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <files>SupportedLocalesOf.js</files> |
| <compile-flags>-args summary -endargs</compile-flags> |
| <tags>Intl,exclude_winglob</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <files>IntlHiddenInternals.js</files> |
| <tags>Intl,exclude_winglob</tags> |
| </default> |
| </test> |
| <test> |
| <default> |
| <files>IntlTaintingTests.js</files> |
| <baseline>IntlTaintingTests.baseline</baseline> |
| <tags>Intl,exclude_winglob</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,exclude_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,exclude_winglob</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,exclude_winglob</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> |