|
From: <sv...@va...> - 2009-07-23 21:13:26
|
Author: vince Date: 2009-07-23 22:13:14 +0100 (Thu, 23 Jul 2009) New Revision: 10571 Log: The pc-file output from the exp-bbv tool is mildly implementation dependent. This causes the regression test to fail with the "million" benchmark on a Fedora 9 system. For now, remove the pc-file part of the test, and later I'll come up with a better way of testing this feature. Modified: trunk/exp-bbv/tests/amd64-linux/million.post.exp trunk/exp-bbv/tests/amd64-linux/million.vgtest Modified: trunk/exp-bbv/tests/amd64-linux/million.post.exp =================================================================== --- trunk/exp-bbv/tests/amd64-linux/million.post.exp 2009-07-23 19:07:37 UTC (rev 10570) +++ trunk/exp-bbv/tests/amd64-linux/million.post.exp 2009-07-23 21:13:14 UTC (rev 10571) @@ -16,6 +16,3 @@ # Unique reps: 0 # Total fldcw instructions: 0 -F:1:400078: -F:2:400085: -F:3:40008a: Modified: trunk/exp-bbv/tests/amd64-linux/million.vgtest =================================================================== --- trunk/exp-bbv/tests/amd64-linux/million.vgtest 2009-07-23 19:07:37 UTC (rev 10570) +++ trunk/exp-bbv/tests/amd64-linux/million.vgtest 2009-07-23 21:13:14 UTC (rev 10571) @@ -1,5 +1,5 @@ prog: million -vgopts: --interval-size=100000 --bb-out-file=million.out.bb --pc-out-file=million.out.pc -post: cat million.out.bb million.out.pc -cleanup: rm million.out.bb million.out.pc +vgopts: --interval-size=100000 --bb-out-file=million.out.bb +post: cat million.out.bb +cleanup: rm million.out.bb |