Running CouchDB Test Suite Host: 127.0.0.1 Port: 5984 Version: 0.9.0a-incubating basics 159ms conflicts 38ms recreate_doc 219ms copy_move_doc ERROR Exception raised: TypeError: HTTP[method] is not a function Backtrace: ("COPY","/test_suite_db/doc_to_be_copied",[object Object])@share/server/test.js:282 ()@share/server/test.js:1995 runAllTestsConsole()@share/server/test.js:2026 @share/server/test.js:2175 11ms uuids 50ms bulk_docs 64ms lots_of_docs 509ms reduce 2610ms reduce_false 35ms multiple_rows 70ms large_docs 143ms utf8 Interestingly, Spidermonkey seems not to treat this source code as utf8, but manages to treat CouchDB's output as utf8. texts[i] is the local variable, and doc.text is the round-tripped version. texts[i]: 1. Ascii: hello doc.text: 1. Ascii: hello texts[i]: 2. Russian: На берегу пустынных волн doc.text: 2. Russian: На берегу пустынных волн Assertion failed: doc.text == texts[i] texts[i]: 3. Math: ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i), doc.text: 3. Math: ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i), Assertion failed: doc.text == texts[i] texts[i]: 4. Geek: STARGΛ̊TE SG-1 doc.text: 4. Geek: STARGΛ̊TE SG-1 Assertion failed: doc.text == texts[i] texts[i]: 5. Braille: ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌ doc.text: 5. Braille: ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌ Assertion failed: doc.text == texts[i] Assertion failed: rows[i].value == texts[i] Assertion failed: rows[i].value == texts[i] Assertion failed: rows[i].value == texts[i] Assertion failed: rows[i].value == texts[i] 60ms attachments TODO fix attachment fetch problem. Skipping attachments test. 3ms content_negotiation TODO: curl wrapper isn't sending Accept headers (or only sends as "*/*") Assertion failed: xhr.getResponseHeader("Content-Type") == "application/json" 11ms design_docs 1342ms view_collation 317ms view_conflicts 89ms view_errors 48ms view_pagination 320ms view_sandboxing 21ms view_xml 42ms replication TODO fix attachment fetch problem TODO fix attachment fetch problem TODO fix attachment fetch problem TODO fix attachment fetch problem 1978ms etags_head ERROR Exception raised: TypeError: HTTP[method] is not a function Backtrace: ("HEAD","/test_suite_db/1",[object Object])@share/server/test.js:282 ()@share/server/test.js:2000 runAllTestsConsole()@share/server/test.js:2026 @share/server/test.js:2175 15ms compact TODO fix attachment fetch problem 122ms purge 101ms Results: 9 failures in 25 tests. Finished