nqp icon indicating copy to clipboard operation
nqp copied to clipboard

t/nqp/19-file-ops.t failure in pre-2016.01

Open coke opened this issue 9 years ago • 8 comments

This test was failing on OS X for me just prior to the 2016.01 release.

Since we cannot fudge here, commented out the test.

Since this is a new test, should be OK that the behavior isn't conforming to a new test yet.

  ### This test was added between 2015.12 and 2016.01, but was failing.
  # since it's something new, commenting out for 2016.01 release.
  #ok(nqp::lstat_time($symlink, $flag) != nqp::lstat_time($file, $flag), 'lstat_time doesn\'t follow symlink');

coke avatar Jan 29 '16 04:01 coke

Does that test still fail on OS X? It works for me on linux and freebsd for both, MoarVM and JVM.

usev6 avatar Oct 30 '16 13:10 usev6

@coke How is it going? Can we safely close this issue?

tisonkun avatar Apr 20 '18 06:04 tisonkun

The test is still commented out since I opened this ticket, so I'm not sure people have been testing it on any platform.

I uncommented it and updated the test count, it's passing for me here on OS X. Someone else can re-open this ticket if needed.

coke avatar Apr 23 '18 16:04 coke

This test was refudged before the release.

Re-opening ticket.

coke avatar Apr 25 '18 12:04 coke

See 9a43e6c444

coke avatar Apr 25 '18 12:04 coke

Yes, I just meet it several hours ago..

tisonkun avatar Apr 25 '18 12:04 tisonkun

I unskipped it again, let's see if it stays unskipped for the next release.

coke avatar Apr 16 '22 22:04 coke

Skipped again. What I'm seeing is the nqp test run post nqp build on the release tarball fail on the first run but work subsequent runs... Looks like so:

t/nqp/019-file-ops.t ................... Failed 1/112 subtests
(less 1 skipped subtest: 110 okay)

jdv avatar Apr 24 '22 16:04 jdv