rlexe.xml 3.9 KB

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