rlexe.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <regress-exe>
  3. <test>
  4. <default>
  5. <tags>StackTrace,exclude_ship</tags>
  6. <files>simpleThrow.js</files>
  7. <compile-flags>-ExtendedErrorStackForTestHost -errorStackTrace- -args runTest -endargs</compile-flags>
  8. <baseline>simpleThrow.js.stackTraceDisabled.baseline</baseline>
  9. </default>
  10. </test>
  11. <test>
  12. <default>
  13. <tags>StackTrace</tags>
  14. <files>PropertyValidation.js</files>
  15. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  16. <baseline>PropertyValidation.nostrict.baseline</baseline>
  17. </default>
  18. </test>
  19. <test>
  20. <default>
  21. <tags>StackTrace,exclude_ship</tags>
  22. <files>PropertyValidation.js</files>
  23. <compile-flags>-ExtendedErrorStackForTestHost -forceStrictMode</compile-flags>
  24. <baseline>PropertyValidation.nostrict.baseline</baseline>
  25. </default>
  26. </test>
  27. <test>
  28. <default>
  29. <tags>StackTrace,exclude_ship</tags>
  30. <files>simpleThrow.js</files>
  31. <compile-flags>-ExtendedErrorStackForTestHost -args runTest -endargs</compile-flags>
  32. <baseline>simpleThrow.js.baseline</baseline>
  33. </default>
  34. </test>
  35. <test>
  36. <default>
  37. <tags>StackTrace,exclude_ship</tags>
  38. <files>LongCallStackThrow.js</files>
  39. <compile-flags>-ExtendedErrorStackForTestHost -args runTest 5 -endargs</compile-flags>
  40. <baseline>LongCallStackThrow.js.Args5.baseline</baseline>
  41. </default>
  42. </test>
  43. <test>
  44. <default>
  45. <tags>StackTrace,exclude_ship</tags>
  46. <files>LongCallStackThrow.js</files>
  47. <compile-flags>-ExtendedErrorStackForTestHost -args runTest 6 -endargs</compile-flags>
  48. <baseline>LongCallStackThrow.js.Args6.baseline</baseline>
  49. </default>
  50. </test>
  51. <test>
  52. <default>
  53. <tags>StackTrace,exclude_ship</tags>
  54. <files>LongCallStackThrow.js</files>
  55. <compile-flags>-ExtendedErrorStackForTestHost -args runTest 7 -endargs</compile-flags>
  56. <baseline>LongCallStackThrow.js.Args7.baseline</baseline>
  57. </default>
  58. </test>
  59. <test>
  60. <default>
  61. <tags>StackTrace,exclude_ship</tags>
  62. <files>LongCallStackThrow.js</files>
  63. <compile-flags>-ExtendedErrorStackForTestHost -args runTest 30 -endargs</compile-flags>
  64. <baseline>LongCallStackThrow.js.Args30.baseline</baseline>
  65. </default>
  66. </test>
  67. <test>
  68. <default>
  69. <tags>StackTrace</tags>
  70. <files>StackTraceLimit.js</files>
  71. <baseline>StackTraceLimit.baseline</baseline>
  72. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  73. </default>
  74. </test>
  75. <test>
  76. <default>
  77. <tags>StackTrace</tags>
  78. <files>StackTraceLimitOOS.js</files>
  79. <baseline>StackTraceLimitOOS.baseline</baseline>
  80. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  81. </default>
  82. </test>
  83. <test>
  84. <default>
  85. <tags>StackTrace,exclude_ship</tags>
  86. <files>StackTraceLimitOOS.js</files>
  87. <compile-flags>-ExtendedErrorStackForTestHost -on:interruptprobe</compile-flags>
  88. <baseline>StackTraceLimitOOS.baseline</baseline>
  89. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  90. </default>
  91. </test>
  92. <test>
  93. <default>
  94. <tags>StackTrace</tags>
  95. <files>dynamic.js</files>
  96. <baseline>dynamic.js.baseline</baseline>
  97. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  98. </default>
  99. </test>
  100. <test>
  101. <default>
  102. <tags>StackTrace</tags>
  103. <files>ErrorPrototype.js</files>
  104. <baseline>ErrorPrototype.baseline</baseline>
  105. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  106. </default>
  107. </test>
  108. <test>
  109. <default>
  110. <tags>StackTrace</tags>
  111. <files>ErrorDotStackAlreadyExists.js</files>
  112. <baseline>ErrorDotStackAlreadyExists.baseline</baseline>
  113. </default>
  114. </test>
  115. <test>
  116. <default>
  117. <tags>StackTrace</tags>
  118. <files>FunctionName.js</files>
  119. <baseline>FunctionName.js.baseline</baseline>
  120. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  121. </default>
  122. </test>
  123. <test>
  124. <default>
  125. <files>x64StackWalk.js</files>
  126. <tags>exclude_x86,exclude_arm,exclude_dynapogo</tags>
  127. <baseline>x64StackWalk.baseline</baseline>
  128. <compile-flags>-ExtendedErrorStackForTestHost</compile-flags>
  129. </default>
  130. </test>
  131. <test>
  132. <default>
  133. <files>x64StackWalkLoopBody.js</files>
  134. <tags>exclude_x86,exclude_arm,exclude_dynapogo</tags>
  135. <baseline>x64StackWalkLoopBody.baseline</baseline>
  136. <compile-flags>-ExtendedErrorStackForTestHost -loopinterpretcount:1</compile-flags>
  137. </default>
  138. </test>
  139. </regress-exe>