Ticket #1314 (closed bug: invalid)
open opcode returns true instead of returning an exception
Reported by: | dukeleto | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 1.8.0 |
Severity: | high | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
This test should not pass:
.include 'test_more.pir' .local pmc pipe pipe = open 'idontexist', 'rp' ok(pipe,'pipe is true')
I ran into this testing Plumage from NQP. I have only verified that this occurs on darwin/x86. I will check other platforms.
Change History
Note: See
TracTickets for help on using
tickets.