array_splice_515632.baseline 1.1 KB

1234567891011121314151617
  1. *** Running test #1 (0): Arguments to Array.prototype.splice reduce the length of array by one
  2. PASSED
  3. *** Running test #2 (1): Arguments to Array.prototype.splice reduce the length of array and we don't start splice at 0
  4. PASSED
  5. *** Running test #3 (2): Arguments to Array.prototype.splice reduce the length of array, we don't start splice at 0, and we have a delete length
  6. PASSED
  7. *** Running test #4 (3): Arguments to Array.prototype.splice increases the length of array by one
  8. PASSED
  9. *** Running test #5 (4): Arguments to Array.prototype.splice increases the length of array with start and length
  10. PASSED
  11. *** Running test #6 (5): Arguments to Array.prototype.splice reduces the length of array to 0
  12. PASSED
  13. *** Running test #7 (6): Arguments to Array.prototype.splice reduces the length of array to 0 and we delete some elements
  14. PASSED
  15. *** Running test #8 (7): Arguments to Array.prototype.splice reduces the length of array to 0 and we delete some elements, taking some elements from the unchanged length and some from the changed length
  16. PASSED
  17. Summary of tests: total executed: 8; passed: 8; failed: 0