Branch: refs/heads/master
Revision: dc4761c
Author: dlongnecke-cray
Log Message:
Merge pull request #17554 from dlongnecke-cray/futurize-list-append-tests
Futurize lifetime checker tests for list that broke after #17510 (#17554)
In #17510 the return type of list.append()
was changed from void
to int
. Testing for that effort revealed that several lifetime
tests for list.append()
were failing due to a bug with the lifetime
checker.
Until the bug is fixed, futurize these tests.
Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com
Modified Files:
A test/classes/delete-free/lifetimes/bad-append-borrow.bad
A test/classes/delete-free/lifetimes/bad-append-borrow.future
A test/library/standard/List/classLists/listAppendBorrow.bad
A test/library/standard/List/classLists/listAppendBorrow.future
A test/library/standard/List/classLists/listAppendLifetime.bad
A test/library/standard/List/classLists/listAppendLifetime.future
A test/library/standard/List/listAppendLifetime.bad
A test/library/standard/List/listAppendLifetime.future
Compare: https://github.com/chapel-lang/chapel/compare/76b4639325d7...dc4761ca9cc6