[test-suite] r260805 - Add a missing input file to 483.xalancbmk's TestModule.

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 16:21:51 PST 2016


Thanks Michael!

> On Feb 12, 2016, at 8:31 PM, Michael Zolotukhin via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Author: mzolotukhin
> Date: Fri Feb 12 22:31:59 2016
> New Revision: 260805
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=260805&view=rev
> Log:
> Add a missing input file to 483.xalancbmk's TestModule.
> 
> Modified:
>    test-suite/trunk/LNTBased/speccpu2006/int/483.xalancbmk/TestModule
> 
> Modified: test-suite/trunk/LNTBased/speccpu2006/int/483.xalancbmk/TestModule
> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/LNTBased/speccpu2006/int/483.xalancbmk/TestModule?rev=260805&r1=260804&r2=260805&view=diff
> ==============================================================================
> --- test-suite/trunk/LNTBased/speccpu2006/int/483.xalancbmk/TestModule (original)
> +++ test-suite/trunk/LNTBased/speccpu2006/int/483.xalancbmk/TestModule Fri Feb 12 22:31:59 2016
> @@ -12,7 +12,7 @@ class SPEC2006_483_xalancbmk(spec.TestMo
>     train_output_set = ['train/output/train.out']
>     train_args = ['-v allbooks.xml xalanc.xsl > 483.xalancbmk.allbooks.out 2> 483.xalancbmk.allbooks.err']
>     train_cmp_cmds = ['diff 483.xalancbmk.allbooks.out train.out --strip-trailing-cr > 483.xalancbmk.allbooks.cmp']
> -    ref_input_set = ['ref/input/t5.xml', 'ref/input/xalanc.xsl']
> +    ref_input_set = ['ref/input/t5.xml', 'ref/input/xalanc.xsl', 'ref/input/100mb.xsd']
>     ref_output_set = ['ref/output/ref.out']
>     ref_args = ['-v t5.xml xalanc.xsl > 483.xalancbmk.t5.out 2> 483.xalancbmk.t5.err']
>     ref_cmp_cmds = ['diff 483.xalancbmk.t5.out ref.out --strip-trailing-cr > 483.xalancbmk.t5.cmp']
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list