diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-20 17:01:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-20 17:01:25 -0700 |
commit | c5c6b16eaec9ba60d2b5b576875304ee33db50d8 (patch) | |
tree | 82fe2ee23e95f3f7871b196c98ef3ca22fb9354e | |
parent | 47767b53dce018a5ca414361f762145ea7bca0cd (diff) |
add more slack in test_s3tc_crunch
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 092a2c51..090ad3f0 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8393,7 +8393,7 @@ elif 'browser' in str(sys.argv): shutil.move('ship.dds', 'ship.donotfindme.dds') # make sure we load from the compressed shutil.move('bloom.dds', 'bloom.donotfindme.dds') # make sure we load from the compressed shutil.move('water.dds', 'water.donotfindme.dds') # make sure we load from the compressed - self.btest('s3tc_crunch.c', reference='s3tc_crunch.png', args=['--pre-js', 'pre.js']) + self.btest('s3tc_crunch.c', reference='s3tc_crunch.png', reference_slack=1, args=['--pre-js', 'pre.js']) def test_aniso(self): shutil.copyfile(path_from_root('tests', 'water.dds'), 'water.dds') |