Add test case for require-time libc++ segfault

This commit is contained in:
Lovell Fuller
2015-08-27 23:59:48 +01:00
parent 409d15c624
commit 5b376364f5
3 changed files with 18 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ describe('Gamma correction', function() {
assert.strictEqual('jpeg', info.format);
assert.strictEqual(129, info.width);
assert.strictEqual(111, info.height);
fixtures.assertSimilar(fixtures.expected('gamma-0.0.jpg'), data, done);
fixtures.assertSimilar(fixtures.expected('gamma-0.0.jpg'), data, {threshold: 12}, done);
});
});