therubyracer 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of therubyracer might be problematic. Click here for more details.

Files changed (578) hide show
  1. data/.gitignore +11 -0
  2. data/.gitmodules +3 -0
  3. data/History.txt +5 -1
  4. data/Rakefile +35 -38
  5. data/ext/v8/callbacks.cpp +1 -1
  6. data/ext/v8/convert_ruby.h +1 -1
  7. data/ext/v8/convert_string.h +3 -3
  8. data/ext/v8/extconf.rb +9 -17
  9. data/ext/v8/upstream/2.0.6/.gitignore +26 -0
  10. data/ext/v8/upstream/Makefile +31 -0
  11. data/ext/v8/upstream/no-strict-aliasing.patch +13 -0
  12. data/ext/v8/v8_str.cpp +1 -1
  13. data/ext/v8/v8_template.cpp +1 -1
  14. data/lib/v8.rb +1 -1
  15. data/spec/ext/obj_spec.rb +1 -1
  16. data/therubyracer.gemspec +658 -12
  17. metadata +22 -595
  18. data/Manifest.txt +0 -1191
  19. data/ext/v8/upstream/2.0.6/.sconsign.dblite +0 -0
  20. data/ext/v8/upstream/2.0.6/benchmarks/README.txt +0 -63
  21. data/ext/v8/upstream/2.0.6/benchmarks/base.js +0 -264
  22. data/ext/v8/upstream/2.0.6/benchmarks/crypto.js +0 -1698
  23. data/ext/v8/upstream/2.0.6/benchmarks/deltablue.js +0 -880
  24. data/ext/v8/upstream/2.0.6/benchmarks/earley-boyer.js +0 -4684
  25. data/ext/v8/upstream/2.0.6/benchmarks/raytrace.js +0 -935
  26. data/ext/v8/upstream/2.0.6/benchmarks/regexp.js +0 -1614
  27. data/ext/v8/upstream/2.0.6/benchmarks/revisions.html +0 -86
  28. data/ext/v8/upstream/2.0.6/benchmarks/richards.js +0 -539
  29. data/ext/v8/upstream/2.0.6/benchmarks/run.html +0 -141
  30. data/ext/v8/upstream/2.0.6/benchmarks/run.js +0 -61
  31. data/ext/v8/upstream/2.0.6/benchmarks/splay.js +0 -378
  32. data/ext/v8/upstream/2.0.6/benchmarks/style.css +0 -77
  33. data/ext/v8/upstream/2.0.6/benchmarks/v8-logo.png +0 -0
  34. data/ext/v8/upstream/2.0.6/samples/SConscript +0 -38
  35. data/ext/v8/upstream/2.0.6/samples/count-hosts.js +0 -42
  36. data/ext/v8/upstream/2.0.6/samples/process.cc +0 -622
  37. data/ext/v8/upstream/2.0.6/samples/shell.cc +0 -303
  38. data/ext/v8/upstream/2.0.6/test/cctest/SConscript +0 -95
  39. data/ext/v8/upstream/2.0.6/test/cctest/cctest.cc +0 -126
  40. data/ext/v8/upstream/2.0.6/test/cctest/cctest.h +0 -211
  41. data/ext/v8/upstream/2.0.6/test/cctest/cctest.status +0 -54
  42. data/ext/v8/upstream/2.0.6/test/cctest/test-accessors.cc +0 -450
  43. data/ext/v8/upstream/2.0.6/test/cctest/test-alloc.cc +0 -215
  44. data/ext/v8/upstream/2.0.6/test/cctest/test-api.cc +0 -8699
  45. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-arm.cc +0 -227
  46. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-ia32.cc +0 -395
  47. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-x64.cc +0 -292
  48. data/ext/v8/upstream/2.0.6/test/cctest/test-ast.cc +0 -97
  49. data/ext/v8/upstream/2.0.6/test/cctest/test-compiler.cc +0 -318
  50. data/ext/v8/upstream/2.0.6/test/cctest/test-conversions.cc +0 -130
  51. data/ext/v8/upstream/2.0.6/test/cctest/test-debug.cc +0 -5788
  52. data/ext/v8/upstream/2.0.6/test/cctest/test-decls.cc +0 -593
  53. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-arm.cc +0 -281
  54. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-ia32.cc +0 -418
  55. data/ext/v8/upstream/2.0.6/test/cctest/test-flags.cc +0 -234
  56. data/ext/v8/upstream/2.0.6/test/cctest/test-func-name-inference.cc +0 -267
  57. data/ext/v8/upstream/2.0.6/test/cctest/test-hashmap.cc +0 -176
  58. data/ext/v8/upstream/2.0.6/test/cctest/test-heap-profiler.cc +0 -396
  59. data/ext/v8/upstream/2.0.6/test/cctest/test-heap.cc +0 -796
  60. data/ext/v8/upstream/2.0.6/test/cctest/test-list.cc +0 -101
  61. data/ext/v8/upstream/2.0.6/test/cctest/test-lock.cc +0 -63
  62. data/ext/v8/upstream/2.0.6/test/cctest/test-log-stack-tracer.cc +0 -372
  63. data/ext/v8/upstream/2.0.6/test/cctest/test-log-utils.cc +0 -310
  64. data/ext/v8/upstream/2.0.6/test/cctest/test-log.cc +0 -1081
  65. data/ext/v8/upstream/2.0.6/test/cctest/test-macro-assembler-x64.cc +0 -2104
  66. data/ext/v8/upstream/2.0.6/test/cctest/test-mark-compact.cc +0 -341
  67. data/ext/v8/upstream/2.0.6/test/cctest/test-parsing.cc +0 -129
  68. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-linux.cc +0 -80
  69. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-macos.cc +0 -10
  70. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-nullos.cc +0 -80
  71. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-win32.cc +0 -26
  72. data/ext/v8/upstream/2.0.6/test/cctest/test-regexp.cc +0 -1815
  73. data/ext/v8/upstream/2.0.6/test/cctest/test-serialize.cc +0 -438
  74. data/ext/v8/upstream/2.0.6/test/cctest/test-sockets.cc +0 -162
  75. data/ext/v8/upstream/2.0.6/test/cctest/test-spaces.cc +0 -248
  76. data/ext/v8/upstream/2.0.6/test/cctest/test-strings.cc +0 -432
  77. data/ext/v8/upstream/2.0.6/test/cctest/test-thread-termination.cc +0 -290
  78. data/ext/v8/upstream/2.0.6/test/cctest/test-threads.cc +0 -52
  79. data/ext/v8/upstream/2.0.6/test/cctest/test-utils.cc +0 -186
  80. data/ext/v8/upstream/2.0.6/test/cctest/test-version.cc +0 -89
  81. data/ext/v8/upstream/2.0.6/test/cctest/testcfg.py +0 -108
  82. data/ext/v8/upstream/2.0.6/test/es5conform/README +0 -14
  83. data/ext/v8/upstream/2.0.6/test/es5conform/es5conform.status +0 -226
  84. data/ext/v8/upstream/2.0.6/test/es5conform/harness-adapt.js +0 -74
  85. data/ext/v8/upstream/2.0.6/test/es5conform/testcfg.py +0 -108
  86. data/ext/v8/upstream/2.0.6/test/message/message.status +0 -31
  87. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.js +0 -31
  88. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.out +0 -30
  89. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.js +0 -33
  90. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.out +0 -30
  91. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.js +0 -32
  92. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.out +0 -30
  93. data/ext/v8/upstream/2.0.6/test/message/simple-throw.js +0 -28
  94. data/ext/v8/upstream/2.0.6/test/message/simple-throw.out +0 -30
  95. data/ext/v8/upstream/2.0.6/test/message/testcfg.py +0 -135
  96. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.js +0 -51
  97. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.out +0 -26
  98. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.js +0 -39
  99. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.out +0 -28
  100. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.js +0 -34
  101. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.out +0 -30
  102. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.js +0 -34
  103. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.out +0 -30
  104. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.js +0 -34
  105. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.out +0 -30
  106. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.js +0 -37
  107. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.out +0 -28
  108. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.js +0 -32
  109. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.out +0 -30
  110. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.js +0 -32
  111. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.out +0 -30
  112. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.js +0 -32
  113. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.out +0 -30
  114. data/ext/v8/upstream/2.0.6/test/mjsunit/api-call-after-bypassed-exception.js +0 -39
  115. data/ext/v8/upstream/2.0.6/test/mjsunit/apply.js +0 -196
  116. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-apply.js +0 -134
  117. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-call-apply.js +0 -41
  118. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-enum.js +0 -52
  119. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-indirect.js +0 -47
  120. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-lazy.js +0 -47
  121. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-opt.js +0 -130
  122. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-read-and-assignment.js +0 -164
  123. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments.js +0 -97
  124. data/ext/v8/upstream/2.0.6/test/mjsunit/array-concat.js +0 -120
  125. data/ext/v8/upstream/2.0.6/test/mjsunit/array-constructor.js +0 -119
  126. data/ext/v8/upstream/2.0.6/test/mjsunit/array-functions-prototype.js +0 -159
  127. data/ext/v8/upstream/2.0.6/test/mjsunit/array-indexing.js +0 -66
  128. data/ext/v8/upstream/2.0.6/test/mjsunit/array-iteration.js +0 -228
  129. data/ext/v8/upstream/2.0.6/test/mjsunit/array-join.js +0 -45
  130. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length-number-conversion.js +0 -53
  131. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length.js +0 -111
  132. data/ext/v8/upstream/2.0.6/test/mjsunit/array-reduce.js +0 -514
  133. data/ext/v8/upstream/2.0.6/test/mjsunit/array-sort.js +0 -362
  134. data/ext/v8/upstream/2.0.6/test/mjsunit/array-splice.js +0 -314
  135. data/ext/v8/upstream/2.0.6/test/mjsunit/ascii-regexp-subject.js +0 -49
  136. data/ext/v8/upstream/2.0.6/test/mjsunit/big-array-literal.js +0 -111
  137. data/ext/v8/upstream/2.0.6/test/mjsunit/big-object-literal.js +0 -114
  138. data/ext/v8/upstream/2.0.6/test/mjsunit/binary-operation-overwrite.js +0 -36
  139. data/ext/v8/upstream/2.0.6/test/mjsunit/bit-not.js +0 -75
  140. data/ext/v8/upstream/2.0.6/test/mjsunit/bitwise-operations-undefined.js +0 -49
  141. data/ext/v8/upstream/2.0.6/test/mjsunit/body-not-visible.js +0 -39
  142. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-1344252.js +0 -79
  143. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-222.js +0 -42
  144. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-223.js +0 -39
  145. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-900066.js +0 -38
  146. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-941049.js +0 -100
  147. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function-call.js +0 -38
  148. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function.js +0 -63
  149. data/ext/v8/upstream/2.0.6/test/mjsunit/call.js +0 -87
  150. data/ext/v8/upstream/2.0.6/test/mjsunit/char-escape.js +0 -53
  151. data/ext/v8/upstream/2.0.6/test/mjsunit/class-of-builtins.js +0 -50
  152. data/ext/v8/upstream/2.0.6/test/mjsunit/closure.js +0 -37
  153. data/ext/v8/upstream/2.0.6/test/mjsunit/codegen-coverage.js +0 -91
  154. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-character.js +0 -50
  155. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-nan.js +0 -66
  156. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/countoperation.js +0 -111
  157. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/function-call.js +0 -52
  158. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/globals.js +0 -65
  159. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/jsnatives.js +0 -33
  160. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals-assignment.js +0 -104
  161. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals.js +0 -52
  162. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/loops.js +0 -35
  163. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/objectliterals.js +0 -57
  164. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/property-simple.js +0 -39
  165. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/short-circuit.js +0 -102
  166. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/thisfunction.js +0 -35
  167. data/ext/v8/upstream/2.0.6/test/mjsunit/const-declaration.js +0 -172
  168. data/ext/v8/upstream/2.0.6/test/mjsunit/const-eval-init.js +0 -111
  169. data/ext/v8/upstream/2.0.6/test/mjsunit/const-redecl.js +0 -220
  170. data/ext/v8/upstream/2.0.6/test/mjsunit/const.js +0 -70
  171. data/ext/v8/upstream/2.0.6/test/mjsunit/constant-folding.js +0 -232
  172. data/ext/v8/upstream/2.0.6/test/mjsunit/context-variable-assignments.js +0 -37
  173. data/ext/v8/upstream/2.0.6/test/mjsunit/cyclic-array-to-string.js +0 -65
  174. data/ext/v8/upstream/2.0.6/test/mjsunit/cyrillic.js +0 -199
  175. data/ext/v8/upstream/2.0.6/test/mjsunit/d8-os.js +0 -180
  176. data/ext/v8/upstream/2.0.6/test/mjsunit/date-parse.js +0 -268
  177. data/ext/v8/upstream/2.0.6/test/mjsunit/date.js +0 -149
  178. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace-text.js +0 -122
  179. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace.js +0 -272
  180. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-breakpoints.js +0 -120
  181. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-changebreakpoint.js +0 -108
  182. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpoint.js +0 -101
  183. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpointgroup.js +0 -117
  184. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-compile-event.js +0 -126
  185. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-conditional-breakpoints.js +0 -171
  186. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructed-by.js +0 -60
  187. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructor.js +0 -78
  188. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-continue.js +0 -114
  189. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-enable-disable-breakpoints.js +0 -90
  190. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-arguments.js +0 -93
  191. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-bool-constructor.js +0 -80
  192. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-locals.js +0 -132
  193. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-recursive.js +0 -167
  194. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-with.js +0 -77
  195. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate.js +0 -118
  196. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-event-listener.js +0 -73
  197. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-handle.js +0 -252
  198. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-ignore-breakpoints.js +0 -89
  199. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-mirror-cache.js +0 -85
  200. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-multiple-breakpoints.js +0 -105
  201. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-referenced-by.js +0 -112
  202. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-references.js +0 -118
  203. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scopes.js +0 -761
  204. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script-breakpoints.js +0 -112
  205. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script.js +0 -92
  206. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scripts-request.js +0 -108
  207. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-setbreakpoint.js +0 -165
  208. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceinfo.js +0 -352
  209. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceslice.js +0 -74
  210. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step-stub-callfunction.js +0 -87
  211. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step.js +0 -82
  212. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-accessor.js +0 -248
  213. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-builtin.js +0 -78
  214. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-call-function-stub.js +0 -115
  215. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-constructor.js +0 -78
  216. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-function-call.js +0 -149
  217. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepnext-do-while.js +0 -79
  218. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-recursive-function.js +0 -106
  219. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-to-builtin.js +0 -84
  220. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-suspend.js +0 -96
  221. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-version.js +0 -90
  222. data/ext/v8/upstream/2.0.6/test/mjsunit/declare-locally.js +0 -43
  223. data/ext/v8/upstream/2.0.6/test/mjsunit/deep-recursion.js +0 -66
  224. data/ext/v8/upstream/2.0.6/test/mjsunit/delay-syntax-error.js +0 -41
  225. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-global-properties.js +0 -37
  226. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-eval.js +0 -32
  227. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-with.js +0 -34
  228. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-vars-from-eval.js +0 -40
  229. data/ext/v8/upstream/2.0.6/test/mjsunit/delete.js +0 -163
  230. data/ext/v8/upstream/2.0.6/test/mjsunit/div-mod.js +0 -157
  231. data/ext/v8/upstream/2.0.6/test/mjsunit/do-not-strip-fc.js +0 -31
  232. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-enum-array-holes.js +0 -35
  233. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-reinit-global-var.js +0 -47
  234. data/ext/v8/upstream/2.0.6/test/mjsunit/double-equals.js +0 -114
  235. data/ext/v8/upstream/2.0.6/test/mjsunit/dtoa.js +0 -32
  236. data/ext/v8/upstream/2.0.6/test/mjsunit/enumeration-order.js +0 -109
  237. data/ext/v8/upstream/2.0.6/test/mjsunit/error-constructors.js +0 -32
  238. data/ext/v8/upstream/2.0.6/test/mjsunit/escape.js +0 -118
  239. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-enclosing-function-name.js +0 -76
  240. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-typeof-non-existing.js +0 -35
  241. data/ext/v8/upstream/2.0.6/test/mjsunit/eval.js +0 -157
  242. data/ext/v8/upstream/2.0.6/test/mjsunit/execScript-case-insensitive.js +0 -34
  243. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-arguments.js +0 -54
  244. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-commas.js +0 -46
  245. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-null-or-undefined.js +0 -33
  246. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-special-cases.js +0 -64
  247. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in.js +0 -86
  248. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-as-prototype.js +0 -36
  249. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-name.js +0 -34
  250. data/ext/v8/upstream/2.0.6/test/mjsunit/function-arguments-null.js +0 -30
  251. data/ext/v8/upstream/2.0.6/test/mjsunit/function-caller.js +0 -48
  252. data/ext/v8/upstream/2.0.6/test/mjsunit/function-names.js +0 -133
  253. data/ext/v8/upstream/2.0.6/test/mjsunit/function-property.js +0 -29
  254. data/ext/v8/upstream/2.0.6/test/mjsunit/function-prototype.js +0 -98
  255. data/ext/v8/upstream/2.0.6/test/mjsunit/function-source.js +0 -49
  256. data/ext/v8/upstream/2.0.6/test/mjsunit/function.js +0 -83
  257. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-accessors.js +0 -85
  258. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-natives.js +0 -159
  259. data/ext/v8/upstream/2.0.6/test/mjsunit/get-own-property-descriptor.js +0 -51
  260. data/ext/v8/upstream/2.0.6/test/mjsunit/get-prototype-of.js +0 -68
  261. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-prototype.js +0 -50
  262. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-value-prototype.js +0 -35
  263. data/ext/v8/upstream/2.0.6/test/mjsunit/global-const-var-conflicts.js +0 -57
  264. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-ic.js +0 -45
  265. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-keyed.js +0 -38
  266. data/ext/v8/upstream/2.0.6/test/mjsunit/global-ic.js +0 -48
  267. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval-in-with.js +0 -59
  268. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval.js +0 -85
  269. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-nested-eval.js +0 -66
  270. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-eval.js +0 -34
  271. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-with.js +0 -43
  272. data/ext/v8/upstream/2.0.6/test/mjsunit/greedy.js +0 -60
  273. data/ext/v8/upstream/2.0.6/test/mjsunit/has-own-property.js +0 -38
  274. data/ext/v8/upstream/2.0.6/test/mjsunit/html-comments.js +0 -57
  275. data/ext/v8/upstream/2.0.6/test/mjsunit/html-string-funcs.js +0 -47
  276. data/ext/v8/upstream/2.0.6/test/mjsunit/if-in-undefined.js +0 -36
  277. data/ext/v8/upstream/2.0.6/test/mjsunit/in.js +0 -159
  278. data/ext/v8/upstream/2.0.6/test/mjsunit/indexed-accessors.js +0 -120
  279. data/ext/v8/upstream/2.0.6/test/mjsunit/instanceof.js +0 -93
  280. data/ext/v8/upstream/2.0.6/test/mjsunit/integer-to-string.js +0 -35
  281. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-lhs.js +0 -65
  282. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-source-element.js +0 -31
  283. data/ext/v8/upstream/2.0.6/test/mjsunit/json.js +0 -207
  284. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-ic.js +0 -236
  285. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-storage-extend.js +0 -55
  286. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-allocation.js +0 -300
  287. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-literal.js +0 -56
  288. data/ext/v8/upstream/2.0.6/test/mjsunit/lazy-load.js +0 -34
  289. data/ext/v8/upstream/2.0.6/test/mjsunit/leakcheck.js +0 -53
  290. data/ext/v8/upstream/2.0.6/test/mjsunit/length.js +0 -78
  291. data/ext/v8/upstream/2.0.6/test/mjsunit/local-load-from-eval.js +0 -39
  292. data/ext/v8/upstream/2.0.6/test/mjsunit/math-min-max.js +0 -105
  293. data/ext/v8/upstream/2.0.6/test/mjsunit/megamorphic-callbacks.js +0 -70
  294. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-array.js +0 -138
  295. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-boolean.js +0 -59
  296. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-date.js +0 -77
  297. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-error.js +0 -94
  298. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-function.js +0 -90
  299. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-null.js +0 -50
  300. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-number.js +0 -77
  301. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-object.js +0 -227
  302. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-regexp.js +0 -110
  303. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-script.js +0 -100
  304. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-string.js +0 -89
  305. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-undefined.js +0 -50
  306. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-unresolved-function.js +0 -81
  307. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.js +0 -203
  308. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.status +0 -66
  309. data/ext/v8/upstream/2.0.6/test/mjsunit/mul-exhaustive.js +0 -4511
  310. data/ext/v8/upstream/2.0.6/test/mjsunit/multiple-return.js +0 -62
  311. data/ext/v8/upstream/2.0.6/test/mjsunit/negate-zero.js +0 -42
  312. data/ext/v8/upstream/2.0.6/test/mjsunit/negate.js +0 -59
  313. data/ext/v8/upstream/2.0.6/test/mjsunit/new.js +0 -56
  314. data/ext/v8/upstream/2.0.6/test/mjsunit/newline-in-string.js +0 -46
  315. data/ext/v8/upstream/2.0.6/test/mjsunit/no-branch-elimination.js +0 -36
  316. data/ext/v8/upstream/2.0.6/test/mjsunit/no-octal-constants-above-256.js +0 -32
  317. data/ext/v8/upstream/2.0.6/test/mjsunit/no-semicolon.js +0 -45
  318. data/ext/v8/upstream/2.0.6/test/mjsunit/non-ascii-replace.js +0 -30
  319. data/ext/v8/upstream/2.0.6/test/mjsunit/nul-characters.js +0 -38
  320. data/ext/v8/upstream/2.0.6/test/mjsunit/number-limits.js +0 -47
  321. data/ext/v8/upstream/2.0.6/test/mjsunit/number-string-index-call.js +0 -32
  322. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring-small.js +0 -395
  323. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring.js +0 -338
  324. data/ext/v8/upstream/2.0.6/test/mjsunit/obj-construct.js +0 -46
  325. data/ext/v8/upstream/2.0.6/test/mjsunit/object-create.js +0 -250
  326. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal-gc.js +0 -66
  327. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal.js +0 -105
  328. data/ext/v8/upstream/2.0.6/test/mjsunit/override-read-only-property.js +0 -64
  329. data/ext/v8/upstream/2.0.6/test/mjsunit/parse-int-float.js +0 -85
  330. data/ext/v8/upstream/2.0.6/test/mjsunit/property-load-across-eval.js +0 -85
  331. data/ext/v8/upstream/2.0.6/test/mjsunit/property-object-key.js +0 -36
  332. data/ext/v8/upstream/2.0.6/test/mjsunit/proto.js +0 -33
  333. data/ext/v8/upstream/2.0.6/test/mjsunit/prototype.js +0 -93
  334. data/ext/v8/upstream/2.0.6/test/mjsunit/receiver-in-with-calls.js +0 -47
  335. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-UC16.js +0 -47
  336. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-call-as-function.js +0 -36
  337. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-capture.js +0 -57
  338. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-captures.js +0 -31
  339. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-indexof.js +0 -77
  340. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-lookahead.js +0 -166
  341. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-loop-capture.js +0 -29
  342. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline-stack-trace.js +0 -116
  343. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline.js +0 -112
  344. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-standalones.js +0 -78
  345. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-static.js +0 -167
  346. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-string-methods.js +0 -51
  347. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp.js +0 -390
  348. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1030466.js +0 -45
  349. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1036894.js +0 -38
  350. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1039610.js +0 -29
  351. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1050043.js +0 -51
  352. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1062422.js +0 -30
  353. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1066899.js +0 -37
  354. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1081309.js +0 -110
  355. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1102760.js +0 -35
  356. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1110164.js +0 -46
  357. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1112051.js +0 -33
  358. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1114040.js +0 -58
  359. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1134697.js +0 -31
  360. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-114.js +0 -43
  361. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-116.js +0 -40
  362. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1170187.js +0 -80
  363. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1173979.js +0 -48
  364. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1175390.js +0 -30
  365. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177518.js +0 -39
  366. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177809.js +0 -31
  367. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1178598.js +0 -90
  368. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1182832.js +0 -38
  369. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1187524.js +0 -34
  370. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199401.js +0 -75
  371. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199637.js +0 -78
  372. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1200351.js +0 -2032
  373. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1201933.js +0 -40
  374. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1203459.js +0 -29
  375. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1207276.js +0 -36
  376. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213516.js +0 -40
  377. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213575.js +0 -41
  378. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1215653.js +0 -365
  379. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-124.js +0 -57
  380. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1254366.js +0 -38
  381. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1327557.js +0 -36
  382. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1341167.js +0 -33
  383. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1346700.js +0 -29
  384. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-137.js +0 -46
  385. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1439135.js +0 -40
  386. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-149.js +0 -28
  387. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1493017.js +0 -52
  388. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-155924.js +0 -46
  389. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-171.js +0 -41
  390. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-176.js +0 -50
  391. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-186.js +0 -72
  392. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-187.js +0 -30
  393. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-189.js +0 -36
  394. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-191.js +0 -42
  395. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1919169.js +0 -40
  396. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-192.js +0 -38
  397. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-193.js +0 -44
  398. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-20070207.js +0 -42
  399. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-201.js +0 -37
  400. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-219.js +0 -176
  401. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-220.js +0 -31
  402. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-221.js +0 -34
  403. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-2249423.js +0 -40
  404. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-225.js +0 -32
  405. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-227.js +0 -33
  406. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-231.js +0 -92
  407. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-233.js +0 -39
  408. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-244.js +0 -67
  409. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-246.js +0 -31
  410. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-253.js +0 -31
  411. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-254.js +0 -58
  412. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-259.js +0 -33
  413. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-260.js +0 -33
  414. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-263.js +0 -38
  415. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-265.js +0 -64
  416. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-267.js +0 -35
  417. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-269.js +0 -49
  418. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-279.js +0 -62
  419. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-284.js +0 -50
  420. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-286.js +0 -36
  421. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-294.js +0 -43
  422. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-312.js +0 -31
  423. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-317.js +0 -31
  424. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-318.js +0 -35
  425. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-326.js +0 -40
  426. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-334.js +0 -90
  427. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-341.js +0 -36
  428. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-345.js +0 -51
  429. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-349.js +0 -32
  430. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-35.js +0 -33
  431. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-351.js +0 -31
  432. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-386.js +0 -47
  433. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-392.js +0 -34
  434. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-394.js +0 -47
  435. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-396.js +0 -39
  436. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-397.js +0 -34
  437. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-399.js +0 -32
  438. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-406.js +0 -69
  439. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-416.js +0 -38
  440. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-475.js +0 -28
  441. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-483.js +0 -35
  442. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-485.js +0 -64
  443. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-486.js +0 -30
  444. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-490.js +0 -48
  445. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-491.js +0 -47
  446. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-492.js +0 -52
  447. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-496.js +0 -39
  448. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-502.js +0 -38
  449. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-503.js +0 -63
  450. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-515.js +0 -40
  451. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-524.js +0 -32
  452. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-526.js +0 -32
  453. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-540.js +0 -47
  454. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-545.js +0 -47
  455. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-57.js +0 -32
  456. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-580.js +0 -55
  457. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-588599.js +0 -31
  458. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-6-9-regexp.js +0 -30
  459. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-662254.js +0 -40
  460. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-666721.js +0 -53
  461. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-667061.js +0 -90
  462. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-670147.js +0 -34
  463. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-674753.js +0 -87
  464. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-676025.js +0 -31
  465. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-678525.js +0 -59
  466. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-682649.js +0 -30
  467. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-69.js +0 -43
  468. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-734862.js +0 -37
  469. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-737588.js +0 -34
  470. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-74.js +0 -41
  471. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-780423.js +0 -39
  472. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-799761.js +0 -92
  473. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-806473.js +0 -60
  474. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-842017.js +0 -60
  475. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-86.js +0 -46
  476. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-87.js +0 -58
  477. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-874178.js +0 -32
  478. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-875031.js +0 -37
  479. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-877615.js +0 -37
  480. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-892742.js +0 -50
  481. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900055.js +0 -42
  482. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900966.js +0 -38
  483. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-91.js +0 -38
  484. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-925537.js +0 -42
  485. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-937896.js +0 -50
  486. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-990205.js +0 -35
  487. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-992733.js +0 -35
  488. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-996542.js +0 -40
  489. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-998565.js +0 -51
  490. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-crbug-18639.js +0 -34
  491. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-r3391.js +0 -77
  492. data/ext/v8/upstream/2.0.6/test/mjsunit/scanner.js +0 -30
  493. data/ext/v8/upstream/2.0.6/test/mjsunit/short-circuit-boolean.js +0 -46
  494. data/ext/v8/upstream/2.0.6/test/mjsunit/simple-constructor.js +0 -140
  495. data/ext/v8/upstream/2.0.6/test/mjsunit/sin-cos.js +0 -45
  496. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-negative-zero.js +0 -100
  497. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-ops.js +0 -671
  498. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array-reverse.js +0 -131
  499. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array.js +0 -41
  500. data/ext/v8/upstream/2.0.6/test/mjsunit/stack-traces.js +0 -204
  501. data/ext/v8/upstream/2.0.6/test/mjsunit/str-to-num.js +0 -158
  502. data/ext/v8/upstream/2.0.6/test/mjsunit/stress-array-push.js +0 -34
  503. data/ext/v8/upstream/2.0.6/test/mjsunit/strict-equals.js +0 -90
  504. data/ext/v8/upstream/2.0.6/test/mjsunit/string-add.js +0 -195
  505. data/ext/v8/upstream/2.0.6/test/mjsunit/string-case.js +0 -28
  506. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charat.js +0 -53
  507. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charcodeat.js +0 -192
  508. data/ext/v8/upstream/2.0.6/test/mjsunit/string-compare-alignment.js +0 -47
  509. data/ext/v8/upstream/2.0.6/test/mjsunit/string-flatten.js +0 -37
  510. data/ext/v8/upstream/2.0.6/test/mjsunit/string-index.js +0 -154
  511. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-1.js +0 -99
  512. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-2.js +0 -68
  513. data/ext/v8/upstream/2.0.6/test/mjsunit/string-lastindexof.js +0 -88
  514. data/ext/v8/upstream/2.0.6/test/mjsunit/string-localecompare.js +0 -40
  515. data/ext/v8/upstream/2.0.6/test/mjsunit/string-match.js +0 -149
  516. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace-gc.js +0 -57
  517. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace.js +0 -182
  518. data/ext/v8/upstream/2.0.6/test/mjsunit/string-search.js +0 -30
  519. data/ext/v8/upstream/2.0.6/test/mjsunit/string-split.js +0 -126
  520. data/ext/v8/upstream/2.0.6/test/mjsunit/substr.js +0 -65
  521. data/ext/v8/upstream/2.0.6/test/mjsunit/switch.js +0 -289
  522. data/ext/v8/upstream/2.0.6/test/mjsunit/testcfg.py +0 -137
  523. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-isarray.js +0 -48
  524. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-splice-webkit.js +0 -62
  525. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/object-keys.js +0 -68
  526. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/regexp-pcre.js +0 -6603
  527. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/string-trim.js +0 -107
  528. data/ext/v8/upstream/2.0.6/test/mjsunit/this-in-callbacks.js +0 -47
  529. data/ext/v8/upstream/2.0.6/test/mjsunit/this.js +0 -46
  530. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-and-catch-function.js +0 -50
  531. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-exception-for-null-access.js +0 -37
  532. data/ext/v8/upstream/2.0.6/test/mjsunit/to-precision.js +0 -82
  533. data/ext/v8/upstream/2.0.6/test/mjsunit/to_number_order.js +0 -129
  534. data/ext/v8/upstream/2.0.6/test/mjsunit/tobool.js +0 -36
  535. data/ext/v8/upstream/2.0.6/test/mjsunit/toint32.js +0 -129
  536. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/codemap.js +0 -180
  537. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/consarray.js +0 -60
  538. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/csvparser.js +0 -79
  539. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/logreader.js +0 -98
  540. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile.js +0 -348
  541. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile_view.js +0 -95
  542. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/splaytree.js +0 -166
  543. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.default +0 -55
  544. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.gc-state +0 -21
  545. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.ignore-unknown +0 -51
  546. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.separate-ic +0 -61
  547. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor.js +0 -409
  548. data/ext/v8/upstream/2.0.6/test/mjsunit/top-level-assignments.js +0 -107
  549. data/ext/v8/upstream/2.0.6/test/mjsunit/touint32.js +0 -72
  550. data/ext/v8/upstream/2.0.6/test/mjsunit/transcendentals.js +0 -49
  551. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-extension-object.js +0 -58
  552. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-scopes.js +0 -42
  553. data/ext/v8/upstream/2.0.6/test/mjsunit/try-finally-nested.js +0 -46
  554. data/ext/v8/upstream/2.0.6/test/mjsunit/try.js +0 -394
  555. data/ext/v8/upstream/2.0.6/test/mjsunit/typeof.js +0 -40
  556. data/ext/v8/upstream/2.0.6/test/mjsunit/undeletable-functions.js +0 -181
  557. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-case-overoptimization.js +0 -35
  558. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-string-to-number.js +0 -46
  559. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-test.js +0 -9169
  560. data/ext/v8/upstream/2.0.6/test/mjsunit/unusual-constructor.js +0 -38
  561. data/ext/v8/upstream/2.0.6/test/mjsunit/uri.js +0 -78
  562. data/ext/v8/upstream/2.0.6/test/mjsunit/value-callic-prototype-change.js +0 -94
  563. data/ext/v8/upstream/2.0.6/test/mjsunit/var.js +0 -37
  564. data/ext/v8/upstream/2.0.6/test/mjsunit/with-function-expression.js +0 -36
  565. data/ext/v8/upstream/2.0.6/test/mjsunit/with-leave.js +0 -61
  566. data/ext/v8/upstream/2.0.6/test/mjsunit/with-parameter-access.js +0 -47
  567. data/ext/v8/upstream/2.0.6/test/mjsunit/with-prototype.js +0 -44
  568. data/ext/v8/upstream/2.0.6/test/mjsunit/with-value.js +0 -38
  569. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla-shell-emulation.js +0 -37
  570. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla.status +0 -815
  571. data/ext/v8/upstream/2.0.6/test/mozilla/testcfg.py +0 -138
  572. data/ext/v8/upstream/2.0.6/test/sputnik/README +0 -6
  573. data/ext/v8/upstream/2.0.6/test/sputnik/sputnik.status +0 -318
  574. data/ext/v8/upstream/2.0.6/test/sputnik/testcfg.py +0 -112
  575. data/ext/v8/upstream/2.0.6/tools/js2c.pyc +0 -0
  576. data/ext/v8/upstream/2.0.6/tools/jsmin.pyc +0 -0
  577. data/ext/v8/upstream/2.0.6/tools/utils.pyc +0 -0
  578. data/spec/redjs/README.txt +0 -8
@@ -1,37 +0,0 @@
1
- // Copyright 2006-2008 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- // Sets up fake implementations of MDC built-in objects and functions
29
- // necessary to run the tests in V8.
30
-
31
- // Options are generally ignored (not set, if anybody asks).
32
-
33
- function options(aOptionName) {
34
- // Returns comma-separated list of options set.
35
- // Toggles the option if a name is given.
36
- return ""; // Default implementation is always false.
37
- }
@@ -1,815 +0,0 @@
1
- # Copyright 2009 the V8 project authors. All rights reserved.
2
- # Redistribution and use in source and binary forms, with or without
3
- # modification, are permitted provided that the following conditions are
4
- # met:
5
- #
6
- # * Redistributions of source code must retain the above copyright
7
- # notice, this list of conditions and the following disclaimer.
8
- # * Redistributions in binary form must reproduce the above
9
- # copyright notice, this list of conditions and the following
10
- # disclaimer in the documentation and/or other materials provided
11
- # with the distribution.
12
- # * Neither the name of Google Inc. nor the names of its
13
- # contributors may be used to endorse or promote products derived
14
- # from this software without specific prior written permission.
15
- #
16
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- # This file is up to date with respect to Mozilla's CVS repository as of
29
- # 2008-09-02. If new tests are added to Mozilla's CVS it may need to be
30
- # updated.
31
-
32
- # To get the mozilla tests:
33
- # cd /path/to/checkout/test/mozilla
34
- # rm -rf data
35
- # cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -D 2008-09-02 mozilla/js/tests
36
- # mv mozilla/js/tests data
37
- # rm -rf mozilla
38
-
39
- # --------------------------------------------------------------------
40
- # If you add a test case to this file, please try to provide
41
- # an explanation of why the test fails; this may ease future
42
- # debugging.
43
- # --------------------------------------------------------------------
44
-
45
- prefix mozilla
46
- def FAIL_OK = FAIL, OKAY
47
-
48
- ##################### SKIPPED TESTS #####################
49
-
50
- # This test checks that we behave properly in an out-of-memory
51
- # situation. The test fails in V8 with an exception and takes a long
52
- # time to do so.
53
- js1_5/Regress/regress-271716-n: SKIP
54
-
55
-
56
- # These tests are simply wrong (i.e., they do not test what they intend
57
- # to test).
58
- # In particular, these two compare numbers to NaN with != in the current
59
- # version of the Mozilla tests. This is *fixed* in a later version.
60
- # The tests should be re-enabled when switching to a new version.
61
- ecma_3/Date/15.9.3.2-1: SKIP
62
- js1_2/function/Number: SKIP
63
-
64
-
65
- ##################### SLOW TESTS #####################
66
-
67
- # This takes a long time to run (~100 seconds). It should only be run
68
- # by the really patient.
69
- js1_5/GC/regress-324278: SLOW
70
-
71
- # This takes a long time to run because our indexOf operation is
72
- # pretty slow - it causes a lot of GCs; see issue
73
- # #926379. We could consider marking this SKIP because it takes a
74
- # while to run to completion.
75
- js1_5/GC/regress-338653: SLOW
76
-
77
- # This test is designed to run until it runs out of memory. This takes
78
- # a very long time because it builds strings character by character
79
- # and compiles a lot of regular expressions. We could consider marking
80
- # this SKIP because it takes a while to run to completion.
81
- js1_5/GC/regress-346794: SLOW
82
-
83
- # Runs out of memory while trying to build huge string of 'x'
84
- # characters. This takes a long time to run (~32 seconds).
85
- js1_5/GC/regress-348532: SLOW
86
-
87
-
88
- ##################### FLAKY TESTS #####################
89
-
90
- # These tests time out in debug mode but pass in product mode
91
- js1_5/Regress/regress-360969-03: PASS || TIMEOUT if $mode == debug
92
- js1_5/Regress/regress-360969-04: PASS || TIMEOUT if $mode == debug
93
- js1_5/Regress/regress-360969-05: PASS || TIMEOUT if $mode == debug
94
- js1_5/Regress/regress-360969-06: PASS || TIMEOUT if $mode == debug
95
- js1_5/extensions/regress-365527: PASS || TIMEOUT if $mode == debug
96
-
97
- js1_5/Regress/regress-280769-3: PASS || FAIL if $mode == debug
98
- js1_5/Regress/regress-203278-1: PASS || FAIL if $mode == debug
99
- js1_5/GC/regress-203278-2: PASS || FAIL if $mode == debug
100
- js1_5/Regress/regress-244470: PASS || FAIL if $mode == debug
101
- ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug
102
- js1_5/GC/regress-278725: PASS || FAIL if $mode == debug
103
- # http://b/issue?id=1206983
104
- js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug
105
- ecma/Date/15.9.5.10-2: PASS || FAIL if $mode == debug
106
-
107
- # These tests create two Date objects just after each other and
108
- # expects them to match. Sometimes this happens on the border
109
- # between one second and the next.
110
- ecma/Date/15.9.2.1: PASS || FAIL
111
- ecma/Date/15.9.2.2-1: PASS || FAIL
112
- ecma/Date/15.9.2.2-2: PASS || FAIL
113
- ecma/Date/15.9.2.2-3: PASS || FAIL
114
- ecma/Date/15.9.2.2-4: PASS || FAIL
115
- ecma/Date/15.9.2.2-5: PASS || FAIL
116
- ecma/Date/15.9.2.2-6: PASS || FAIL
117
-
118
- # 1026139: These date tests fail on arm
119
- ecma/Date/15.9.5.29-1: PASS || ($ARM && FAIL)
120
- ecma/Date/15.9.5.34-1: PASS || ($ARM && FAIL)
121
- ecma/Date/15.9.5.28-1: PASS || ($ARM && FAIL)
122
-
123
- # 1050186: Arm vm is broken; probably unrelated to dates
124
- ecma/Array/15.4.4.5-3: PASS || ($ARM && FAIL)
125
- ecma/Date/15.9.5.22-2: PASS || ($ARM && FAIL)
126
-
127
- # Flaky test that fails due to what appears to be a bug in the test.
128
- # Occurs depending on current time
129
- ecma/Date/15.9.5.8: PASS || FAIL
130
-
131
- # Severely brain-damaged test. Access to local variables must not
132
- # be more than 2.5 times faster than access to global variables? WTF?
133
- js1_5/Regress/regress-169559: PASS || FAIL
134
-
135
-
136
- # Test that rely on specific timezone (not working in Denmark).
137
- js1_5/Regress/regress-58116: PASS || FAIL
138
-
139
-
140
- # Flaky random() test. Tests the distribution of calls to Math.random().
141
- js1_5/Regress/regress-211590: PASS || FAIL
142
-
143
-
144
- # Flaky tests; expect BigO-order computations to yield 1, but the code
145
- # cannot handle outliers. See bug #925864.
146
- ecma_3/RegExp/regress-311414: PASS || FAIL
147
- ecma_3/RegExp/regress-289669: PASS || FAIL
148
- js1_5/String/regress-314890: PASS || FAIL
149
- js1_5/String/regress-56940-01: PASS || FAIL
150
- js1_5/String/regress-56940-02: PASS || FAIL
151
- js1_5/String/regress-157334-01: PASS || FAIL
152
- js1_5/String/regress-322772: PASS || FAIL
153
- js1_5/Array/regress-99120-01: PASS || FAIL
154
- js1_5/Array/regress-99120-02: PASS || FAIL
155
- js1_5/Regress/regress-347306-01: PASS || FAIL
156
- js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug
157
-
158
-
159
- # The following two tests assume that daylight savings time starts first Sunday
160
- # in April. This is not true when executing the tests outside California!
161
- # In Denmark the adjustment starts one week earlier!.
162
- # Tests based on shell that use dates in this gap are flaky.
163
- ecma/Date/15.9.5.10-1: PASS || FAIL
164
- ecma/Date/15.9.5.12-1: PASS || FAIL
165
- ecma/Date/15.9.5.14: PASS || FAIL
166
- ecma/Date/15.9.5.34-1: PASS || FAIL
167
-
168
-
169
- # These tests sometimes pass (in particular on Windows). They build up
170
- # a lot of stuff on the stack, which normally causes a stack overflow,
171
- # but sometimes it makes it through?
172
- js1_5/Regress/regress-290575: PASS || FAIL
173
- js1_5/Regress/regress-98901: PASS || FAIL
174
-
175
-
176
- # Tests that sorting arrays of ints is less than 3 times as fast
177
- # as sorting arrays of strings.
178
- js1_5/extensions/regress-371636: PASS || FAIL || TIMEOUT if $mode == debug
179
-
180
-
181
- # Tests depend on GC timings. Inherently flaky.
182
- js1_5/GC/regress-383269-01: PASS || FAIL
183
- js1_5/GC/regress-383269-02: PASS || FAIL
184
- js1_5/Regress/regress-404755: PASS || FAIL
185
-
186
-
187
- # Test that depends on timer resolution. Fails every now and then
188
- # if we're unlucky enough to get a context switch at a bad time.
189
- js1_5/extensions/regress-363258: PASS || FAIL
190
-
191
-
192
-
193
- ##################### INCOMPATIBLE TESTS #####################
194
-
195
- # This section is for tests that fail in both V8 and JSC. Thus they
196
- # have been determined to be incompatible between Mozilla and V8/JSC.
197
-
198
- # Fail because of toLowerCase and toUpperCase conversion.
199
- ecma/String/15.5.4.11-2: FAIL_OK
200
- ecma/String/15.5.4.11-5: FAIL_OK
201
- ecma/String/15.5.4.12-1: FAIL_OK
202
- ecma/String/15.5.4.12-4: FAIL_OK
203
-
204
- # This test uses an older version of the unicode standard that fails
205
- # us because we correctly convert the armenian small ligature ech-yiwn
206
- # to the two upper-case characters ECH and YIWN, whereas the older
207
- # unicode version converts it to itself.
208
- ecma/String/15.5.4.12-5: FAIL_OK
209
-
210
- # Creates a linked list of arrays until we run out of memory or timeout.
211
- js1_5/Regress/regress-312588: FAIL || TIMEOUT
212
-
213
-
214
- # Runs out of memory because it compiles huge functions.
215
- js1_5/Function/regress-338001: FAIL_OK
216
- js1_5/Function/regress-338121-01: FAIL_OK
217
- js1_5/Function/regress-338121-02: FAIL_OK
218
- js1_5/Function/regress-338121-03: FAIL_OK
219
-
220
- # Expectes 'prototype' property of functions to be enumerable.
221
- js1_5/Function/10.1.6-01: FAIL_OK
222
-
223
- # Length of objects whose prototype chain includes a function
224
- ecma_3/Function/regress-313570: FAIL_OK
225
-
226
- # toPrecision argument restricted to range 1..21 in JSC/V8
227
- js1_5/Regress/regress-452346: FAIL_OK
228
-
229
- # Array.prototype.slice with zero arguments return undefined in JSC/V8,
230
- # empty array in Spider/TraceMonkey.
231
- js1_5/Array/regress-451483: FAIL_OK
232
-
233
-
234
- #:=== RegExp:===
235
- # To be compatible with JSC we silently ignore flags that do not make
236
- # sense. This test expects us to throw exceptions.
237
- ecma_3/RegExp/regress-57631: FAIL_OK
238
-
239
- # PCRE doesn't allow subpattern nesting deeper than 200, this tests
240
- # depth 500. JSC detects the case, and return null from the match,
241
- # and passes this test (the test doesn't check for a correct return
242
- # value).
243
- ecma_3/RegExp/regress-119909: PASS || FAIL_OK
244
-
245
-
246
- # Difference in the way capturing subpatterns work. In JS, when the
247
- # 'minimum repeat count' is reached, the empty string must not match.
248
- # In this case, we are similar but not identical to JSC. Hard to
249
- # support the JS behavior with PCRE, so maybe emulate JSC?
250
- ecma_3/RegExp/regress-209919: PASS || FAIL_OK
251
- js1_5/extensions/regress-459606: PASS || FAIL_OK
252
-
253
-
254
- # PCRE's match limit is reached. SpiderMonkey hangs on the first one,
255
- # JSC returns true somehow. Maybe they up the match limit? There is
256
- # an open V8 bug 676063 about this.
257
- ecma_3/RegExp/regress-330684: TIMEOUT
258
-
259
-
260
- # This test contains a regexp that runs exponentially long. Spidermonkey
261
- # standalone will hang, though apparently inside Firefox it will trigger a
262
- # long-running-script timeout. JSCRE passes by hitting the matchLimit and
263
- # just pretending that an exhaustive search found no match.
264
- ecma_3/RegExp/regress-307456: PASS || TIMEOUT
265
-
266
-
267
- # We do not detect overflow in bounds for back references and {}
268
- # quantifiers. Might fix by parsing numbers differently?
269
- js1_5/Regress/regress-230216-2: FAIL_OK
270
-
271
-
272
- # Regexp too long for PCRE.
273
- js1_5/Regress/regress-280769: PASS || FAIL
274
- js1_5/Regress/regress-280769-1: PASS || FAIL
275
- js1_5/Regress/regress-280769-2: PASS || FAIL
276
- js1_5/Regress/regress-280769-4: PASS || FAIL
277
- js1_5/Regress/regress-280769-5: PASS || FAIL
278
-
279
-
280
- # We do not support static RegExp.multiline - should we?.
281
- js1_2/regexp/RegExp_multiline: FAIL_OK
282
- js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
283
- js1_2/regexp/beginLine: FAIL_OK
284
- js1_2/regexp/endLine: FAIL_OK
285
-
286
-
287
- # To be compatible with safari typeof a regexp yields 'function';
288
- # in firefox it yields 'object'.
289
- js1_2/function/regexparg-1: FAIL_OK
290
-
291
-
292
- # Date trouble?
293
- js1_5/Date/regress-301738-02: FAIL_OK
294
-
295
-
296
- # This test fails for all browsers on in the CET timezone.
297
- ecma/Date/15.9.5.35-1: PASS || FAIL_OK
298
-
299
-
300
- # Spidermonkey allows stuff in parenthesis directly after the minutes
301
- # in a date. JSC does not, so we don't either.
302
- js1_5/Date/regress-309925-02: FAIL_OK
303
-
304
-
305
- # Print string after deleting array element?
306
- js1_5/Expressions/regress-96526-delelem: FAIL_OK
307
-
308
-
309
- # Stack overflows should be InternalError: too much recursion?
310
- js1_5/Regress/regress-234389: FAIL_OK
311
-
312
-
313
- # This may very well be a bogus test. I'm not sure yet.
314
- js1_5/Regress/regress-320119: FAIL_OK
315
-
316
-
317
- # No support for toSource().
318
- js1_5/Regress/regress-248444: FAIL_OK
319
- js1_5/Regress/regress-313967-01: FAIL_OK
320
- js1_5/Regress/regress-313967-02: FAIL_OK
321
-
322
- # This fails because we don't have stack space for Function.prototype.apply
323
- # with very large numbers of arguments. The test uses 2^24 arguments.
324
- js1_5/Array/regress-350256-03: FAIL_OK
325
-
326
-
327
- # Extra arguments not handled properly in String.prototype.match
328
- js1_5/Regress/regress-179524: FAIL_OK
329
-
330
-
331
- # Uncategorized failures. Please help categorize (or fix) these failures.
332
- js1_5/Regress/regress-172699: FAIL_OK
333
-
334
-
335
- # Assumes that the prototype of a function is enumerable. Non-ECMA,
336
- # see section 15.3.3.1, page 86.
337
- ecma/GlobalObject/15.1.2.2-1: FAIL_OK
338
- ecma/GlobalObject/15.1.2.3-1: FAIL_OK
339
- ecma/GlobalObject/15.1.2.4: FAIL_OK
340
- ecma/GlobalObject/15.1.2.5-1: FAIL_OK
341
- ecma/GlobalObject/15.1.2.6: FAIL_OK
342
- ecma/GlobalObject/15.1.2.7: FAIL_OK
343
-
344
-
345
- # Tests that rely on specific details of function decompilation or
346
- # print strings for errors. Non-ECMA behavior.
347
- js1_2/function/tostring-2: FAIL_OK
348
- js1_2/Objects/toString-001: FAIL_OK
349
- js1_5/Exceptions/regress-332472: FAIL_OK
350
- js1_5/Regress/regress-173067: FAIL_OK
351
- js1_5/Regress/regress-355556: FAIL_OK
352
- js1_5/Regress/regress-328664: FAIL_OK
353
- js1_5/Regress/regress-252892: FAIL_OK
354
- js1_5/Regress/regress-352208: FAIL_OK
355
- ecma_3/Array/15.4.5.1-01: FAIL_OK
356
- ecma_3/Array/regress-387501: FAIL_OK
357
- ecma_3/LexicalConventions/7.9.1: FAIL_OK
358
- ecma_3/RegExp/regress-375711: FAIL_OK
359
- ecma_3/Unicode/regress-352044-01: FAIL_OK
360
- ecma_3/extensions/regress-274152: FAIL_OK
361
- js1_5/Regress/regress-372364: FAIL_OK
362
- js1_5/Regress/regress-420919: FAIL_OK
363
- js1_5/Regress/regress-422348: FAIL_OK
364
- js1_5/Regress/regress-410852: FAIL_OK
365
- ecma_3/RegExp/regress-375715-04: FAIL_OK
366
- js1_5/decompilation/regress-456964-01: FAIL_OK
367
- js1_5/decompilation/regress-437288-02: FAIL_OK
368
- js1_5/decompilation/regress-457824: FAIL_OK
369
- js1_5/decompilation/regress-460116-01: FAIL_OK
370
- js1_5/decompilation/regress-460116-02: FAIL_OK
371
- js1_5/decompilation/regress-460501: FAIL_OK
372
- js1_5/decompilation/regress-460116-03: FAIL_OK
373
- js1_5/decompilation/regress-461110: FAIL_OK
374
- js1_5/decompilation/regress-456964-01: FAIL_OK
375
- js1_5/decompilation/regress-437288-02: FAIL_OK
376
- js1_5/decompilation/regress-457824: FAIL_OK
377
- js1_5/decompilation/regress-460116-01: FAIL_OK
378
- js1_5/decompilation/regress-460116-02: FAIL_OK
379
- js1_5/decompilation/regress-460116-03: FAIL_OK
380
- js1_5/decompilation/regress-460501: FAIL_OK
381
- js1_5/decompilation/regress-461110: FAIL_OK
382
-
383
-
384
-
385
- # Tests that use uneval. Non-ECMA.
386
- js1_5/GC/regress-418128: FAIL_OK
387
- js1_5/extensions/regress-465276: FAIL_OK
388
-
389
-
390
- # Tests that use __count__. Non-ECMA.
391
- js1_5/extensions/regress-434837-01: FAIL_OK
392
-
393
-
394
- # Tests that use the watch method. Non-ECMA.
395
- js1_5/extensions/regress-435345-01: FAIL_OK
396
- js1_5/extensions/regress-455413: FAIL_OK
397
-
398
-
399
- # The spec specifies reverse evaluation order for < and >=.
400
- # See section 11.8.2 and 11.8.5.
401
- # We implement the spec here but the test tests the more straigtforward order.
402
- ecma_3/Operators/order-01: FAIL_OK
403
-
404
-
405
- # Uses Mozilla-specific QName, XML, XMLList and Iterator.
406
- js1_5/Regress/regress-407323: FAIL_OK
407
- js1_5/Regress/regress-407957: FAIL_OK
408
-
409
-
410
- # Relies on JavaScript 1.2 / 1.3 deprecated features.
411
- js1_2/function/String: FAIL_OK
412
- js1_2/operator/equality: FAIL_OK
413
- js1_2/version120/boolean-001: FAIL_OK
414
- js1_2/String/concat: FAIL_OK
415
- js1_2/function/Function_object: FAIL_OK
416
- js1_2/function/tostring-1: FAIL_OK
417
- js1_2/version120/regress-99663: FAIL_OK
418
- js1_2/regexp/RegExp_lastIndex: FAIL_OK
419
- js1_2/regexp/string_split: FAIL_OK
420
-
421
-
422
- # We do not check for bad surrogate pairs when quoting strings.
423
- js1_5/Regress/regress-315974: FAIL_OK
424
-
425
-
426
- # Use unsupported "watch".
427
- js1_5/Regress/regress-213482: FAIL_OK
428
- js1_5/Regress/regress-240577: FAIL_OK
429
- js1_5/Regress/regress-355344: FAIL_OK
430
- js1_5/Object/regress-362872-01: FAIL_OK
431
- js1_5/Object/regress-362872-02: FAIL_OK
432
- js1_5/Regress/regress-361467: FAIL_OK
433
- js1_5/Regress/regress-385393-06: FAIL_OK
434
-
435
-
436
- # Use special Mozilla getter/setter syntax
437
- js1_5/Regress/regress-354924: FAIL_OK
438
- js1_5/Regress/regress-355341: FAIL_OK
439
- js1_5/GC/regress-316885-01: FAIL_OK
440
- js1_5/GetSet/getset-002: FAIL_OK
441
- js1_5/GetSet/regress-353264: FAIL_OK
442
- js1_5/Regress/regress-361617: FAIL_OK
443
- js1_5/Regress/regress-362583: FAIL_OK
444
- js1_5/extensions/regress-356378: FAIL_OK
445
- js1_5/extensions/regress-452178: FAIL_OK
446
-
447
-
448
- # 'native' *is* a keyword in V8.
449
- js1_5/Regress/regress-240317: FAIL_OK
450
-
451
-
452
- # Requires Mozilla-specific strict mode or options() function.
453
- ecma_3/Object/8.6.1-01: FAIL_OK
454
- js1_5/Exceptions/regress-315147: FAIL_OK
455
- js1_5/Regress/regress-106244: FAIL_OK
456
- js1_5/Regress/regress-317533: FAIL_OK
457
- js1_5/Regress/regress-323314-1: FAIL_OK
458
- js1_5/Regress/regress-352197: FAIL_OK
459
-
460
-
461
- # Equivalent to assert(false).
462
- ecma_2/RegExp/exec-001: FAIL_OK
463
- ecma_2/String/replace-001: FAIL_OK
464
-
465
-
466
- # We do not strip unicode format control characters. This is really
467
- # required for working with non-latin character sets. We match JSC
468
- # and IE here. Firefox matches the spec (section 7.1).
469
- ecma_3/Unicode/uc-001: FAIL_OK
470
-
471
-
472
- # A non-breaking space doesn't match \s in a regular expression. This behaviour
473
- # matches JSC. All the VMs have different behaviours in which characters match
474
- # \s so we do the same as JSC until they change.
475
- ecma_3/Unicode/uc-002: PASS || FAIL_OK
476
-
477
-
478
- # String.prototype.split on empty strings always returns an array
479
- # with one element (as specified in ECMA-262).
480
- js1_2/Array/array_split_1: FAIL_OK
481
-
482
-
483
- # The concat() method is defined in Array.prototype; not Array.
484
- js1_5/Array/regress-313153: FAIL_OK
485
-
486
-
487
- # Properties fileName, and lineNumber of Error instances are
488
- # not supported. Mozilla specific extension.
489
- js1_5/Exceptions/errstack-001: FAIL_OK
490
- js1_5/Exceptions/regress-257751: FAIL_OK
491
- js1_5/Regress/regress-119719: FAIL_OK
492
- js1_5/Regress/regress-167328: FAIL_OK
493
- js1_5/Regress/regress-243869: FAIL_OK
494
-
495
-
496
- # Unsupported import/export and <xml> literals. Mozilla extensions.
497
- js1_5/Regress/regress-249211: FAIL_OK
498
- js1_5/Regress/regress-309242: FAIL_OK
499
- js1_5/Regress/regress-350692: FAIL_OK
500
- js1_5/extensions/regress-421621: FAIL_OK
501
- js1_5/extensions/regress-432075: FAIL_OK
502
-
503
-
504
- # The length of Error functions is 1 not 3.
505
- js1_5/Exceptions/regress-123002: FAIL_OK
506
-
507
-
508
- # Reserved keywords as function names, etc is not supported.
509
- js1_5/LexicalConventions/regress-343675: FAIL_OK
510
-
511
-
512
- # Unsupported list comprehensions: [ ... for ... ] and for each.
513
- js1_5/Regress/regress-352009: FAIL_OK
514
- js1_5/Regress/regress-349648: FAIL_OK
515
-
516
-
517
- # Expects top level arguments (passed on command line?) to be
518
- # the empty string?
519
- js1_5/Regress/regress-336100: FAIL_OK
520
-
521
-
522
- # Regular expression test failures due to PCRE. We match JSC (ie, perl)
523
- # behavior and not the ECMA spec.
524
- ecma_3/RegExp/perlstress-001: PASS || FAIL_OK
525
- ecma_3/RegExp/regress-334158: PASS || FAIL
526
-
527
- # This test fails due to http://code.google.com/p/v8/issues/detail?id=187
528
- # Failure to clear captures when a lookahead is unwound.
529
- ecma_3/RegExp/15.10.2-1: PASS || FAIL_OK
530
-
531
- # This test requires a failure if we try to compile a function with more
532
- # than 65536 arguments. This seems to be a Mozilla restriction.
533
- js1_5/Regress/regress-290575: FAIL_OK
534
-
535
-
536
- # Fails because of the way function declarations are
537
- # handled in V8/JSC. V8 follows IE behavior and introduce
538
- # all nested function declarations when entering the
539
- # surrounding function, whereas Spidermonkey declares
540
- # them dynamically when the statement is executed.
541
- ecma_3/Function/scope-001: FAIL_OK
542
- ecma_3/FunExpr/fe-001: FAIL_OK
543
- js1_5/Scope/regress-184107: FAIL_OK
544
-
545
-
546
- # Function is deletable in V8 and JSC.
547
- js1_5/Regress/regress-352604: FAIL_OK
548
-
549
-
550
- # Cannot call strings as functions. Expects not to crash.
551
- js1_5/Regress/regress-417893: FAIL_OK
552
-
553
-
554
-
555
- ##################### FAILING TESTS #####################
556
-
557
- # This section is for tests that fail in V8 and pass in JSC.
558
- # Tests that fail in both V8 and JSC belong in the FAIL_OK
559
- # category.
560
-
561
- # This fails because we don't handle Function.prototype.apply with very large
562
- # numbers of arguments (depending on max stack size). 350256-02 needs more than
563
- # 4Mbytes of stack space.
564
- js1_5/Array/regress-350256-02: FAIL
565
-
566
-
567
- # This fails because 'delete arguments[i]' does not disconnect the
568
- # argument from the arguments array. See issue #900066.
569
- ecma_3/Function/regress-137181: FAIL
570
-
571
-
572
- # 'export' and 'import' are not keywords in V8.
573
- ecma_2/Exceptions/lexical-010: FAIL
574
- ecma_2/Exceptions/lexical-022: FAIL
575
-
576
-
577
- # Requires Mozilla-specific strict mode.
578
- ecma_2/Exceptions/lexical-011: FAIL
579
- ecma_2/Exceptions/lexical-014: FAIL
580
- ecma_2/Exceptions/lexical-016: FAIL
581
- ecma_2/Exceptions/lexical-021: FAIL
582
- ecma_2/LexicalConventions/keywords-001: FAIL
583
- js1_5/Regress/regress-306633: FAIL
584
-
585
-
586
- # This test seems designed to fail (it produces a 700Mbyte string).
587
- # We fail on out of memory. The important thing is not to crash.
588
- js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug
589
-
590
-
591
- # Bug 1202592: New ecma_3/String/15.5.4.11 is failing.
592
- ecma_3/String/15.5.4.11: FAIL
593
-
594
- # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
595
- # Marked as: Will not fix. V8 throws an acceptable RangeError.
596
- js1_5/Expressions/regress-394673: FAIL
597
-
598
- ##################### MOZILLA EXTENSION TESTS #####################
599
-
600
- ecma/extensions/15.1.2.1-1: FAIL_OK
601
- ecma_3/extensions/regress-385393-03: FAIL_OK
602
- ecma_3/extensions/7.9.1: FAIL_OK
603
- js1_5/extensions/catchguard-001: FAIL_OK
604
- js1_5/extensions/catchguard-002: FAIL_OK
605
- js1_5/extensions/catchguard-003: FAIL_OK
606
- js1_5/extensions/getset-001: FAIL_OK
607
- js1_5/extensions/getset-003: FAIL_OK
608
- js1_5/extensions/no-such-method: FAIL_OK
609
- js1_5/extensions/regress-104077: FAIL_OK
610
- js1_5/extensions/regress-226078: FAIL_OK
611
- js1_5/extensions/regress-303277: FAIL_OK
612
- js1_5/extensions/regress-304897: FAIL_OK
613
- js1_5/extensions/regress-306738: FAIL_OK
614
- js1_5/extensions/regress-311161: FAIL_OK
615
- js1_5/extensions/regress-311583: FAIL_OK
616
- js1_5/extensions/regress-311792-01: FAIL_OK
617
- js1_5/extensions/regress-312278: FAIL_OK
618
- js1_5/extensions/regress-313630: FAIL_OK
619
- js1_5/extensions/regress-313763: FAIL_OK
620
- js1_5/extensions/regress-313803: FAIL_OK
621
- js1_5/extensions/regress-314874: FAIL_OK
622
- js1_5/extensions/regress-322957: FAIL_OK
623
- js1_5/extensions/regress-328556: FAIL_OK
624
- js1_5/extensions/regress-333541: FAIL_OK
625
- js1_5/extensions/regress-335700: FAIL_OK
626
- js1_5/extensions/regress-336409-1: FAIL_OK
627
- js1_5/extensions/regress-336409-2: FAIL_OK
628
- js1_5/extensions/regress-336410-2: FAIL_OK
629
- js1_5/extensions/regress-341956-01: FAIL_OK
630
- js1_5/extensions/regress-341956-02: FAIL_OK
631
- js1_5/extensions/regress-341956-03: FAIL_OK
632
- js1_5/extensions/regress-345967: FAIL_OK
633
- js1_5/extensions/regress-346494-01: FAIL_OK
634
- js1_5/extensions/regress-346494: FAIL_OK
635
- js1_5/extensions/regress-347306-02: FAIL_OK
636
- js1_5/extensions/regress-348986: FAIL_OK
637
- js1_5/extensions/regress-349616: FAIL_OK
638
- js1_5/extensions/regress-350312-02: FAIL_OK
639
- js1_5/extensions/regress-350312-03: FAIL_OK
640
- js1_5/extensions/regress-350531: FAIL_OK
641
- js1_5/extensions/regress-351102-01: FAIL_OK
642
- js1_5/extensions/regress-351102-02: FAIL_OK
643
- js1_5/extensions/regress-351102-06: FAIL_OK
644
- js1_5/extensions/regress-351973: FAIL_OK
645
- js1_5/extensions/regress-352060: FAIL_OK
646
- js1_5/extensions/regress-352094: FAIL_OK
647
- js1_5/extensions/regress-352261: FAIL_OK
648
- js1_5/extensions/regress-352281: FAIL_OK
649
- js1_5/extensions/regress-352372: FAIL_OK
650
- js1_5/extensions/regress-352455: FAIL_OK
651
- js1_5/extensions/regress-352604: FAIL_OK
652
- js1_5/extensions/regress-353214: FAIL_OK
653
- js1_5/extensions/regress-355339: FAIL_OK
654
- js1_5/extensions/regress-355497: FAIL_OK
655
- js1_5/extensions/regress-355622: FAIL_OK
656
- js1_5/extensions/regress-355736: FAIL_OK
657
- js1_5/extensions/regress-356085: FAIL_OK
658
- js1_5/extensions/regress-356106: FAIL_OK
659
- js1_5/extensions/regress-358594-01: FAIL_OK
660
- js1_5/extensions/regress-358594-02: FAIL_OK
661
- js1_5/extensions/regress-358594-03: FAIL_OK
662
- js1_5/extensions/regress-358594-04: FAIL_OK
663
- js1_5/extensions/regress-358594-05: FAIL_OK
664
- js1_5/extensions/regress-358594-06: FAIL_OK
665
- js1_5/extensions/regress-361346: FAIL_OK
666
- js1_5/extensions/regress-361360: FAIL_OK
667
- js1_5/extensions/regress-361558: FAIL_OK
668
- js1_5/extensions/regress-361571: FAIL_OK
669
- js1_5/extensions/regress-361856: FAIL_OK
670
- js1_5/extensions/regress-361964: FAIL_OK
671
- js1_5/extensions/regress-363988: FAIL_OK
672
- js1_5/extensions/regress-365869: FAIL_OK
673
- js1_5/extensions/regress-367630: FAIL_OK
674
- js1_5/extensions/regress-367923: FAIL_OK
675
- js1_5/extensions/regress-368859: FAIL_OK
676
- js1_5/extensions/regress-374589: FAIL_OK
677
- js1_5/extensions/regress-375801: FAIL_OK
678
- js1_5/extensions/regress-376052: FAIL_OK
679
- js1_5/extensions/regress-379523: FAIL_OK
680
- js1_5/extensions/regress-380581: FAIL_OK
681
- js1_5/extensions/regress-380831: FAIL_OK
682
- js1_5/extensions/regress-381205: FAIL_OK
683
- js1_5/extensions/regress-381211: FAIL_OK
684
- js1_5/extensions/regress-381304: FAIL_OK
685
- js1_5/extensions/regress-382509: FAIL_OK
686
- js1_5/extensions/regress-383965: FAIL_OK
687
- js1_5/extensions/regress-384680: FAIL_OK
688
- js1_5/extensions/regress-385393-09: FAIL_OK
689
- js1_5/extensions/regress-407501: FAIL_OK
690
- js1_5/extensions/regress-418730: FAIL_OK
691
- js1_5/extensions/regress-420612: FAIL_OK
692
- js1_5/extensions/regress-420869-01: FAIL_OK
693
- js1_5/extensions/regress-424257: FAIL_OK
694
- js1_5/extensions/regress-424683-01: FAIL_OK
695
- js1_5/extensions/regress-44009: FAIL_OK
696
- js1_5/extensions/regress-50447-1: FAIL_OK
697
- js1_5/extensions/regress-50447: FAIL_OK
698
- js1_5/extensions/regress-90596-001: FAIL_OK
699
- js1_5/extensions/regress-90596-002: FAIL_OK
700
- js1_5/extensions/regress-96284-001: FAIL_OK
701
- js1_5/extensions/regress-96284-002: FAIL_OK
702
- js1_5/extensions/scope-001: FAIL_OK
703
- js1_5/extensions/toLocaleFormat-01: FAIL_OK
704
- js1_5/extensions/toLocaleFormat-02: FAIL_OK
705
-
706
- js1_5/extensions/regress-330569: TIMEOUT
707
- js1_5/extensions/regress-351448: TIMEOUT
708
- js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug
709
- # In the 64-bit version, this test takes longer to run out of memory
710
- # than it does in the 32-bit version when attempting to generate a huge
711
- # error message in debug mode.
712
- js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arch == x64)
713
-
714
-
715
-
716
- ##################### DECOMPILATION TESTS #####################
717
-
718
- # We don't really about the outcome of running the
719
- # decompilation tests as long as they don't crash or
720
- # timeout.
721
-
722
- js1_5/decompilation/regress-344120: PASS || FAIL
723
- js1_5/decompilation/regress-346892: PASS || FAIL
724
- js1_5/decompilation/regress-346902: PASS || FAIL
725
- js1_5/decompilation/regress-346904: PASS || FAIL
726
- js1_5/decompilation/regress-346915: PASS || FAIL
727
- js1_5/decompilation/regress-349484: PASS || FAIL
728
- js1_5/decompilation/regress-349489: PASS || FAIL
729
- js1_5/decompilation/regress-349491: PASS || FAIL
730
- js1_5/decompilation/regress-349596: PASS || FAIL
731
- js1_5/decompilation/regress-349650: PASS || FAIL
732
- js1_5/decompilation/regress-349663: PASS || FAIL
733
- js1_5/decompilation/regress-350242: PASS || FAIL
734
- js1_5/decompilation/regress-350263: PASS || FAIL
735
- js1_5/decompilation/regress-350271: PASS || FAIL
736
- js1_5/decompilation/regress-350666: PASS || FAIL
737
- js1_5/decompilation/regress-350670: PASS || FAIL
738
- js1_5/decompilation/regress-351104: PASS || FAIL
739
- js1_5/decompilation/regress-351219: PASS || FAIL
740
- js1_5/decompilation/regress-351336: PASS || FAIL
741
- js1_5/decompilation/regress-351597: PASS || FAIL
742
- js1_5/decompilation/regress-351625: PASS || FAIL
743
- js1_5/decompilation/regress-351626: PASS || FAIL
744
- js1_5/decompilation/regress-351693: PASS || FAIL
745
- js1_5/decompilation/regress-351705: PASS || FAIL
746
- js1_5/decompilation/regress-351793: PASS || FAIL
747
- js1_5/decompilation/regress-352013: PASS || FAIL
748
- js1_5/decompilation/regress-352022: PASS || FAIL
749
- js1_5/decompilation/regress-352073: PASS || FAIL
750
- js1_5/decompilation/regress-352202: PASS || FAIL
751
- js1_5/decompilation/regress-352312: PASS || FAIL
752
- js1_5/decompilation/regress-352360: PASS || FAIL
753
- js1_5/decompilation/regress-352375: PASS || FAIL
754
- js1_5/decompilation/regress-352453: PASS || FAIL
755
- js1_5/decompilation/regress-352649: PASS || FAIL
756
- js1_5/decompilation/regress-352873-01: PASS || FAIL
757
- js1_5/decompilation/regress-352873-02: PASS || FAIL
758
- js1_5/decompilation/regress-353000: PASS || FAIL
759
- js1_5/decompilation/regress-353120: PASS || FAIL
760
- js1_5/decompilation/regress-353146: PASS || FAIL
761
- js1_5/decompilation/regress-354878: PASS || FAIL
762
- js1_5/decompilation/regress-354910: PASS || FAIL
763
- js1_5/decompilation/regress-355992: PASS || FAIL
764
- js1_5/decompilation/regress-356083: PASS || FAIL
765
- js1_5/decompilation/regress-356248: PASS || FAIL
766
- js1_5/decompilation/regress-371692: PASS || FAIL
767
- js1_5/decompilation/regress-373678: PASS || FAIL
768
- js1_5/decompilation/regress-375639: PASS || FAIL
769
- js1_5/decompilation/regress-375882: PASS || FAIL
770
- js1_5/decompilation/regress-376564: PASS || FAIL
771
- js1_5/decompilation/regress-383721: PASS || FAIL
772
- js1_5/decompilation/regress-406555: PASS || FAIL
773
-
774
-
775
- # These tests take an unreasonable amount of time so we skip them
776
- # in fast mode.
777
-
778
- js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes
779
- js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes
780
-
781
-
782
- [ $FAST == yes && $ARCH == arm ]
783
-
784
- # In fast mode on arm we try to skip all tests that would time out,
785
- # since running the tests takes so long in the first place.
786
-
787
- js1_5/Regress/regress-280769-2: SKIP
788
- js1_5/Regress/regress-280769-3: SKIP
789
- js1_5/Regress/regress-244470: SKIP
790
- js1_5/Regress/regress-203278-1: SKIP
791
- js1_5/Regress/regress-290575: SKIP
792
- js1_5/Regress/regress-159334: SKIP
793
- js1_5/Regress/regress-321971: SKIP
794
- js1_5/Regress/regress-347306-01: SKIP
795
- js1_5/Regress/regress-280769-1: SKIP
796
- js1_5/Regress/regress-280769-5: SKIP
797
- js1_5/GC/regress-306788: SKIP
798
- js1_5/GC/regress-203278-2: SKIP
799
- js1_5/GC/regress-278725: SKIP
800
- js1_5/GC/regress-203278-3: SKIP
801
- js1_5/GC/regress-311497: SKIP
802
- js1_5/Array/regress-99120-02: SKIP
803
- ecma/Date/15.9.5.22-1: SKIP
804
- ecma/Date/15.9.5.20: SKIP
805
- ecma/Date/15.9.5.12-2: SKIP
806
- ecma/Date/15.9.5.8: SKIP
807
- ecma/Date/15.9.5.9: SKIP
808
- ecma/Date/15.9.5.10-2: SKIP
809
- ecma/Date/15.9.5.11-2: SKIP
810
- ecma/Expressions/11.7.2: SKIP
811
- ecma/Expressions/11.10-2: SKIP
812
- ecma/Expressions/11.7.3: SKIP
813
- ecma/Expressions/11.10-3: SKIP
814
- ecma/Expressions/11.7.1: SKIP
815
- ecma_3/RegExp/regress-209067: SKIP