diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-27 17:58:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-27 17:58:09 -0700 |
commit | c82110d230aaaab086ab8c0634abe4cccc0ff999 (patch) | |
tree | 4220ebe48d2cb7a67b7c91c36605019627133e09 /tests | |
parent | 25ef30fdbeaf63217e8c61b4bca3b7dcce8a54ac (diff) |
add some additional legitimate outputs to test_cubegeom (ati/linux)
Diffstat (limited to 'tests')
-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 44ede42c..1f7f294e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7843,7 +7843,7 @@ elif 'browser' in str(sys.argv): self.btest('cubegeom_pre3.c', expected='-1472804742') def test_cubegeom(self): - self.btest('cubegeom.c', expected='188641320') + self.btest('cubegeom.c', expected=['188641320', '1522377227']) def test_cubegeom_color(self): self.btest('cubegeom_color.c', expected='588472350') |