Re: [swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Nadav Rotem via swift-dev
Thanks for reverting. I fixed the issue in cd71f51 and verified that the tests pass with LLVM assertions enabled. > On Dec 31, 2015, at 12:08 PM, Nadav Rotem via swift-dev > wrote: > > Yes, I introduced the failing tests (and the bug) a few hours ago. Sorry. It > looks like the bug is in the

Re: [swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Nadav Rotem via swift-dev
Yes, I introduced the failing tests (and the bug) a few hours ago. Sorry. It looks like the bug is in the call to APInt::divrem() with mismatch bitwidth APInts. I am currently away from my computer. Feel free to comment out the tests and I'll fix the problem in a few hours. Sent from my iPh

Re: [swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Dmitri Gribenko via swift-dev
+Nadav who committed these tests in 25832d39b22eb30370e7f1dc855e4919590f528f. On Thu, Dec 31, 2015 at 8:51 PM, Kevin Ballard via swift-dev wrote: > Running tests on current master fails on 3 tests every time. I already > checked to make sure I'm fully up-to-date. They reproduce with just > `bui

[swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Kevin Ballard via swift-dev
Running tests on current master fails on 3 tests every time. I already checked to make sure I'm fully up-to-date. They reproduce with just `build-script -t`. FAIL: Swift-Unit :: Basic/SwiftBasicTests/Compression.FlatEncoding (2266 of 2451) TEST 'Swift-Unit :: Basic/SwiftBas