[#65451] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...

Issue #10333 has been updated by Koichi Sasada.

9 messages 2014/10/07

[ruby-core:65355] [ruby-trunk - Bug #10313] [Open] Randomly build failure on Travis container.

From: shibata.hiroshi@...
Date: 2014-10-02 01:42:09 UTC
List: ruby-core #65355
Issue #10313 has been reported by Hiroshi SHIBATA.

----------------------------------------
Bug #10313: Randomly build failure on Travis container.
https://bugs.ruby-lang.org/issues/10313

* Author: Hiroshi SHIBATA
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.2.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
We tested ruby trunk every commits, but it failed randomly with linux container on travis.

build log is here: https://s3.amazonaws.com/archive.travis-ci.org/jobs/36822816/log.txt

It's caused by fadvice(2). it details is following:

```
# make test-all
TestIO#test_advise:
Errno::EINVAL: Invalid argument - /tmp/test_io20141001-24823-10d6utc (0, 0, willneed)

# make test-rubyspec
IO#advise supports the willneed advice type ERROR
Errno::EINVAL: Invalid argument -  (0, 0, willneed)
```

Is there workaround this?



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next