rlexe.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <regress-exe>
  3. <test>
  4. <default>
  5. <files>Collator.js</files>
  6. <compile-flags>-args summary -endargs</compile-flags>
  7. <tags>Intl</tags>
  8. </default>
  9. </test>
  10. <test>
  11. <default>
  12. <files>common.js</files>
  13. <tags>Intl</tags>
  14. </default>
  15. </test>
  16. <test>
  17. <default>
  18. <files>DateTimeFormat.js</files>
  19. <compile-flags>-args summary -endargs</compile-flags>
  20. <tags>Intl</tags>
  21. </default>
  22. </test>
  23. <test>
  24. <default>
  25. <files>NumberFormat.js</files>
  26. <tags>Intl,exclude_drt,exclude_icu62AndAboveTestFailures</tags>
  27. </default>
  28. </test>
  29. <test>
  30. <default>
  31. <files>NumberFormatOptions.js</files>
  32. <compile-flags>-args summary -endargs</compile-flags>
  33. <tags>Intl</tags>
  34. </default>
  35. </test>
  36. <test>
  37. <default>
  38. <files>GetCanonicalLocales.js</files>
  39. <compile-flags>-args summary -endargs</compile-flags>
  40. <tags>Intl,exclude_icu62AndAboveTestFailures</tags>
  41. </default>
  42. </test>
  43. <test>
  44. <default>
  45. <files>SupportedLocalesOf.js</files>
  46. <compile-flags>-args summary -endargs</compile-flags>
  47. <tags>Intl</tags>
  48. </default>
  49. </test>
  50. <test>
  51. <default>
  52. <files>IntlHiddenInternals.js</files>
  53. <tags>Intl</tags>
  54. </default>
  55. </test>
  56. <test>
  57. <default>
  58. <files>IntlTaintingTests.js</files>
  59. <baseline>IntlTaintingTests.baseline</baseline>
  60. <tags>Intl</tags>
  61. </default>
  62. </test>
  63. <test>
  64. <default>
  65. <files>IntlTaintingPreInitTests.js</files>
  66. <baseline>IntlTaintingPreInitTests.baseline</baseline>
  67. <tags>Intl,exclude_drt</tags>
  68. </default>
  69. </test>
  70. <test>
  71. <default>
  72. <files>IntlBuiltIns.js</files>
  73. <tags>Intl</tags>
  74. </default>
  75. </test>
  76. <test>
  77. <default>
  78. <files>IntlIdentities.js</files>
  79. <compile-flags>-args summary -endargs</compile-flags>
  80. <tags>Intl</tags>
  81. </default>
  82. </test>
  83. <test>
  84. <default>
  85. <compile-flags> -Intl -debugLaunch -dbgbaseline:IntlReturnedValueTests.js.dbg.baseline</compile-flags>
  86. <files>IntlReturnedValueTests.js</files>
  87. <tags>Intl,require_winglob</tags> <!-- require_winglob because the baseline contains embedded bi-di markers -->
  88. </default>
  89. </test>
  90. <test>
  91. <default>
  92. <!-- TODO investigate why -ExtendedErrorStackForTestHost inserts tabs at the beginning of some frames (Microsoft/ChakraCore#3130) -->
  93. <files>IntlInternalsHiddenFromExceptionStackTest.js</files>
  94. <baseline>IntlInternalsHiddenFromExceptionStackTest.baseline</baseline>
  95. <compile-flags>-ExtendedErrorStackForTestHost-</compile-flags>
  96. <tags>Intl</tags>
  97. </default>
  98. </test>
  99. <test>
  100. <default>
  101. <!-- TODO investigate why -ExtendedErrorStackForTestHost inserts tabs at the beginning of some frames (Microsoft/ChakraCore#3130) -->
  102. <files>IntlInternalsHiddenFromFirstChanceExceptionStackTest.js</files>
  103. <baseline>IntlInternalsHiddenFromFirstChanceExceptionStackTest.baseline</baseline>
  104. <compile-flags>-ExtendedErrorStackForTestHost-</compile-flags>
  105. <tags>Intl</tags>
  106. </default>
  107. </test>
  108. <test>
  109. <default>
  110. <files>IntlPlatform.js</files>
  111. <compile-flags>-IntlPlatform</compile-flags>
  112. <tags>Intl,exclude_windows</tags>
  113. </default>
  114. </test>
  115. <test>
  116. <default>
  117. <files>PluralRules.js</files>
  118. <tags>Intl,exclude_windows</tags>
  119. </default>
  120. </test>
  121. <!-- Slow Tests -->
  122. <test>
  123. <default>
  124. <files>TaintingPreventionTests.js</files>
  125. <compile-flags>-args summary -endargs</compile-flags>
  126. <tags>Intl,Slow</tags>
  127. <timeout>900</timeout>
  128. </default>
  129. </test>
  130. </regress-exe>