Guest User

Untitled

a guest
Apr 8th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.15 KB | None | 0 0
  1. This is a testharness.js-based test.
  2. PASS "unicode-1-1-utf-8" => "utf-8"
  3. PASS " unicode-1-1-utf-8" => "utf-8"
  4. PASS "unicode-1-1-utf-8 " => "utf-8"
  5. PASS " unicode-1-1-utf-8 " => "utf-8"
  6. PASS "\tunicode-1-1-utf-8" => "utf-8"
  7. PASS "unicode-1-1-utf-8\t" => "utf-8"
  8. PASS "\tunicode-1-1-utf-8\t" => "utf-8"
  9. PASS "\nunicode-1-1-utf-8" => "utf-8"
  10. PASS "unicode-1-1-utf-8\n" => "utf-8"
  11. PASS "\nunicode-1-1-utf-8\n" => "utf-8"
  12. PASS "\funicode-1-1-utf-8" => "utf-8"
  13. PASS "unicode-1-1-utf-8\f" => "utf-8"
  14. PASS "\funicode-1-1-utf-8\f" => "utf-8"
  15. PASS "\runicode-1-1-utf-8" => "utf-8"
  16. PASS "unicode-1-1-utf-8\r" => "utf-8"
  17. PASS "\runicode-1-1-utf-8\r" => "utf-8"
  18. PASS "utf-8" => "utf-8"
  19. PASS " utf-8" => "utf-8"
  20. PASS "utf-8 " => "utf-8"
  21. PASS " utf-8 " => "utf-8"
  22. PASS "\tutf-8" => "utf-8"
  23. PASS "utf-8\t" => "utf-8"
  24. PASS "\tutf-8\t" => "utf-8"
  25. PASS "\nutf-8" => "utf-8"
  26. PASS "utf-8\n" => "utf-8"
  27. PASS "\nutf-8\n" => "utf-8"
  28. PASS "\futf-8" => "utf-8"
  29. PASS "utf-8\f" => "utf-8"
  30. PASS "\futf-8\f" => "utf-8"
  31. PASS "\rutf-8" => "utf-8"
  32. PASS "utf-8\r" => "utf-8"
  33. PASS "\rutf-8\r" => "utf-8"
  34. PASS "utf8" => "utf-8"
  35. PASS " utf8" => "utf-8"
  36. PASS "utf8 " => "utf-8"
  37. PASS " utf8 " => "utf-8"
  38. PASS "\tutf8" => "utf-8"
  39. PASS "utf8\t" => "utf-8"
  40. PASS "\tutf8\t" => "utf-8"
  41. PASS "\nutf8" => "utf-8"
  42. PASS "utf8\n" => "utf-8"
  43. PASS "\nutf8\n" => "utf-8"
  44. PASS "\futf8" => "utf-8"
  45. PASS "utf8\f" => "utf-8"
  46. PASS "\futf8\f" => "utf-8"
  47. PASS "\rutf8" => "utf-8"
  48. PASS "utf8\r" => "utf-8"
  49. PASS "\rutf8\r" => "utf-8"
  50. PASS "utf-16be" => "utf-16be"
  51. PASS " utf-16be" => "utf-16be"
  52. PASS "utf-16be " => "utf-16be"
  53. PASS " utf-16be " => "utf-16be"
  54. PASS "\tutf-16be" => "utf-16be"
  55. PASS "utf-16be\t" => "utf-16be"
  56. PASS "\tutf-16be\t" => "utf-16be"
  57. PASS "\nutf-16be" => "utf-16be"
  58. PASS "utf-16be\n" => "utf-16be"
  59. PASS "\nutf-16be\n" => "utf-16be"
  60. PASS "\futf-16be" => "utf-16be"
  61. PASS "utf-16be\f" => "utf-16be"
  62. PASS "\futf-16be\f" => "utf-16be"
  63. PASS "\rutf-16be" => "utf-16be"
  64. PASS "utf-16be\r" => "utf-16be"
  65. PASS "\rutf-16be\r" => "utf-16be"
  66. PASS "utf-16" => "utf-16le"
  67. PASS " utf-16" => "utf-16le"
  68. PASS "utf-16 " => "utf-16le"
  69. PASS " utf-16 " => "utf-16le"
  70. PASS "\tutf-16" => "utf-16le"
  71. PASS "utf-16\t" => "utf-16le"
  72. PASS "\tutf-16\t" => "utf-16le"
  73. PASS "\nutf-16" => "utf-16le"
  74. PASS "utf-16\n" => "utf-16le"
  75. PASS "\nutf-16\n" => "utf-16le"
  76. PASS "\futf-16" => "utf-16le"
  77. PASS "utf-16\f" => "utf-16le"
  78. PASS "\futf-16\f" => "utf-16le"
  79. PASS "\rutf-16" => "utf-16le"
  80. PASS "utf-16\r" => "utf-16le"
  81. PASS "\rutf-16\r" => "utf-16le"
  82. PASS "utf-16le" => "utf-16le"
  83. PASS " utf-16le" => "utf-16le"
  84. PASS "utf-16le " => "utf-16le"
  85. PASS " utf-16le " => "utf-16le"
  86. PASS "\tutf-16le" => "utf-16le"
  87. PASS "utf-16le\t" => "utf-16le"
  88. PASS "\tutf-16le\t" => "utf-16le"
  89. PASS "\nutf-16le" => "utf-16le"
  90. PASS "utf-16le\n" => "utf-16le"
  91. PASS "\nutf-16le\n" => "utf-16le"
  92. PASS "\futf-16le" => "utf-16le"
  93. PASS "utf-16le\f" => "utf-16le"
  94. PASS "\futf-16le\f" => "utf-16le"
  95. PASS "\rutf-16le" => "utf-16le"
  96. PASS "utf-16le\r" => "utf-16le"
  97. PASS "\rutf-16le\r" => "utf-16le"
  98. FAIL "\vunicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  99. FAIL "unicode-1-1-utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  100. FAIL "\vunicode-1-1-utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  101. FAIL " unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  102. FAIL "unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  103. FAIL " unicode-1-1-utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  104. FAIL "
unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  105. FAIL "unicode-1-1-utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  106. FAIL "
unicode-1-1-utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  107. FAIL "
unicode-1-1-utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  108. FAIL "unicode-1-1-utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  109. FAIL "
unicode-1-1-utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  110. FAIL "\vutf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  111. FAIL "utf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  112. FAIL "\vutf-8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  113. FAIL " utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  114. FAIL "utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  115. FAIL " utf-8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  116. FAIL "
utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  117. FAIL "utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  118. FAIL "
utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  119. FAIL "
utf-8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  120. FAIL "utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  121. FAIL "
utf-8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  122. FAIL "\vutf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  123. FAIL "utf8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  124. FAIL "\vutf8\v" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  125. FAIL " utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  126. FAIL "utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  127. FAIL " utf8 " => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  128. FAIL "
utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  129. FAIL "utf8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  130. FAIL "
utf8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  131. FAIL "
utf8" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  132. FAIL "utf8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  133. FAIL "
utf8
" => "utf-8" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  134. FAIL "\vutf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  135. FAIL "utf-16be\v" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  136. FAIL "\vutf-16be\v" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  137. FAIL " utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  138. FAIL "utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  139. FAIL " utf-16be " => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  140. FAIL "
utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  141. FAIL "utf-16be
" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  142. FAIL "
utf-16be
" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  143. FAIL "
utf-16be" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  144. FAIL "utf-16be
" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  145. FAIL "
utf-16be
" => "utf-16be" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  146. FAIL "\vutf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  147. FAIL "utf-16\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  148. FAIL "\vutf-16\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  149. FAIL " utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  150. FAIL "utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  151. FAIL " utf-16 " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  152. FAIL "
utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  153. FAIL "utf-16
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  154. FAIL "
utf-16
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  155. FAIL "
utf-16" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  156. FAIL "utf-16
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  157. FAIL "
utf-16
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  158. FAIL "\vutf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  159. FAIL "utf-16le\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  160. FAIL "\vutf-16le\v" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  161. FAIL " utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  162. FAIL "utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  163. FAIL " utf-16le " => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  164. FAIL "
utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  165. FAIL "utf-16le
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  166. FAIL "
utf-16le
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  167. FAIL "
utf-16le" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  168. FAIL "utf-16le
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  169. FAIL "
utf-16le
" => "utf-16le" assert_throws: non-ASCII whitespace should not be stripped function "function () { new TextEncoder(input); }" did not throw
  170. Harness: the test ran to completion.
Advertisement
Add Comment
Please, Sign In to add comment