summaryrefslogtreecommitdiff
path: root/test/files/run/t6632.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2012-11-09 03:18:33 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2012-11-09 21:44:22 +0100
commit925c6e34635a9a8621b20c328670cbd23975327f (patch)
treec3340b8d75c2be2fa2dd3970e062c9694f30aa95 /test/files/run/t6632.check
parent3b68b45a200087104a1ac2de7c4b86635023fd4d (diff)
downloadscala-925c6e34635a9a8621b20c328670cbd23975327f.tar.gz
scala-925c6e34635a9a8621b20c328670cbd23975327f.tar.bz2
scala-925c6e34635a9a8621b20c328670cbd23975327f.zip
SI-6632 SI-6633 Fixes issues and data corruption in ListBuffer
- Disallow negative positions for ListBuffer#insert/insertAll/update - Fix data corruption issue in ListBuffer#insert
Diffstat (limited to 'test/files/run/t6632.check')
-rw-r--r--test/files/run/t6632.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t6632.check b/test/files/run/t6632.check
new file mode 100644
index 0000000000..1f084b1dac
--- /dev/null
+++ b/test/files/run/t6632.check
@@ -0,0 +1,3 @@
+java.lang.IndexOutOfBoundsException: -1
+java.lang.IndexOutOfBoundsException: -2
+java.lang.IndexOutOfBoundsException: -3