Tobias Grosser via llvm-dev
2016-Feb-03 07:40 UTC
[llvm-dev] greendragon build noisy due to mmap_stress.cc
On 02/02/2016 06:25 PM, Kuba Brecka via llvm-dev wrote:> Done in r259529.I unfortunately just got another failure, so this is clearly not darwin only or even low-noise on none-darwin platforms: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA_check/9965/ I very much appreciate that people are investigating this issue, but it would be really nice to meanwhile disable this test case. Best, Tobias
Dmitry Vyukov via llvm-dev
2016-Feb-03 15:14 UTC
[llvm-dev] greendragon build noisy due to mmap_stress.cc
On Wed, Feb 3, 2016 at 8:40 AM, Tobias Grosser <tobias at grosser.es> wrote:> On 02/02/2016 06:25 PM, Kuba Brecka via llvm-dev wrote: >> >> Done in r259529. > > > I unfortunately just got another failure, so this is clearly not darwin only > or even low-noise on none-darwin platforms: > > http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA_check/9965/ > > I very much appreciate that people are investigating this issue, but it > would be really nice to meanwhile disable this test case.Disabled: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/mmap_stress.cc?r1=259650&r2=259649&pathrev=259650
Tobias Grosser via llvm-dev
2016-Feb-03 15:30 UTC
[llvm-dev] greendragon build noisy due to mmap_stress.cc
On 02/03/2016 04:14 PM, Dmitry Vyukov wrote:> On Wed, Feb 3, 2016 at 8:40 AM, Tobias Grosser <tobias at grosser.es> wrote: >> On 02/02/2016 06:25 PM, Kuba Brecka via llvm-dev wrote: >>> >>> Done in r259529. >> >> >> I unfortunately just got another failure, so this is clearly not darwin only >> or even low-noise on none-darwin platforms: >> >> http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA_check/9965/ >> >> I very much appreciate that people are investigating this issue, but it >> would be really nice to meanwhile disable this test case. > > > Disabled: > http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/mmap_stress.cc?r1=259650&r2=259649&pathrev=259650Thank you Dmitry (and looking forward to hear at some point the story of what actually caused this issue). Best, Tobias