rlexe.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <regress-exe>
  3. <test>
  4. <default>
  5. <files>callbackSingle.js</files>
  6. <compile-flags>-TTRecord=~callbackSingleTest -TTSnapInterval=0</compile-flags>
  7. <baseline>callbackSingleRecord.baseline</baseline>
  8. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  9. </default>
  10. </test>
  11. <test>
  12. <default>
  13. <files>ttdSentinal.js</files>
  14. <compile-flags>-TTDebug=~callbackSingleTest</compile-flags>
  15. <baseline>callbackSingleReplay.baseline</baseline>
  16. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  17. </default>
  18. </test>
  19. <test>
  20. <default>
  21. <files>callbackSpread.js</files>
  22. <compile-flags>-TTRecord=~callbackSpreadTest -TTSnapInterval=0</compile-flags>
  23. <baseline>callbackSpreadRecord.baseline</baseline>
  24. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  25. </default>
  26. </test>
  27. <test>
  28. <default>
  29. <files>ttdSentinal.js</files>
  30. <compile-flags>-TTDebug=~callbackSpreadTest</compile-flags>
  31. <baseline>callbackSpreadReplay.baseline</baseline>
  32. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  33. </default>
  34. </test>
  35. <test>
  36. <default>
  37. <files>callbackSequence.js</files>
  38. <compile-flags>-TTRecord=~callbackSequenceTest -TTSnapInterval=0</compile-flags>
  39. <baseline>callbackSequenceRecord.baseline</baseline>
  40. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  41. </default>
  42. </test>
  43. <test>
  44. <default>
  45. <files>ttdSentinal.js</files>
  46. <compile-flags>-TTDebug=~callbackSequenceTest</compile-flags>
  47. <baseline>callbackSequenceReplay.baseline</baseline>
  48. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  49. </default>
  50. </test>
  51. <test>
  52. <default>
  53. <files>callbackClear.js</files>
  54. <compile-flags>-TTRecord=~callbackClearTest -TTSnapInterval=0</compile-flags>
  55. <baseline>callbackClearRecord.baseline</baseline>
  56. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  57. </default>
  58. </test>
  59. <test>
  60. <default>
  61. <files>ttdSentinal.js</files>
  62. <compile-flags>-TTDebug=~callbackClearTest</compile-flags>
  63. <baseline>callbackClearReplay.baseline</baseline>
  64. <tags>exclude_dynapogo,exclude_jshost,exclude_snap,exclude_serialized</tags>
  65. </default>
  66. </test>
  67. </regress-exe>