rlexe.xml 885 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <regress-exe>
  3. <test>
  4. <default>
  5. <files>mic1msjrc1.js</files>
  6. <compile-flags>-mic:1 -msjrc:1 -oopjit- -bgjit- -loopinterpretcount:1</compile-flags>
  7. </default>
  8. </test>
  9. <test>
  10. <default>
  11. <files>weird1.js</files>
  12. <compile-flags>-maxinterpretcount:1 -maxsimplejitruncount:1 -oopjit- -off:bailonnoprofile -off:cachedScope</compile-flags>
  13. </default>
  14. </test>
  15. <test>
  16. <default>
  17. <files>weird2.js</files>
  18. <compile-flags>-maxinterpretcount:1 -maxsimplejitruncount:1 -bgjit- -loopinterpretcount:1 -oopjit- -off:simplejit -force:inline</compile-flags>
  19. </default>
  20. </test>
  21. <test>
  22. <default>
  23. <files>for_of_try_catch.js</files>
  24. <compile-flags>-maxinterpretcount:1 -maxsimplejitruncount:1 -bgjit- -oopjit- -off:jitloopbody</compile-flags>
  25. </default>
  26. </test>
  27. </regress-exe>