OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Standard array of numbers. |
| 3 PASS Standard set of numbers. |
| 4 PASS Standard empty array. |
| 5 PASS Standard empty set. |
| 6 PASS Custom list of numbers. |
| 7 PASS Truthy done signal. |
| 8 PASS Custom list of numbers with missing "done: false" signal. |
| 9 PASS Terminates when done is true. |
| 10 PASS Empty list. |
| 11 PASS Non-iterable object. |
| 12 FAIL Iterator object without next() function should throw. Test bug: need to pas
s exception to assert_throws() |
| 13 FAIL Non-object iterator.next() result should throw. Test bug: need to pass exce
ption to assert_throws() |
| 14 Harness: the test ran to completion. |
| 15 |
OLD | NEW |