PERFORCE change 169219 for review

Stanislav Sedov stas at FreeBSD.org
Mon Oct 5 12:01:47 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169219

Change 169219 by stas at stas_yandex on 2009/10/05 12:00:51

	- Check if SSSE3 tests have been actually built before trying to run them.

Affected files ...

.. //depot/projects/valgrind/none/tests/amd64/insn_ssse3.vgtest#3 edit
.. //depot/projects/valgrind/none/tests/amd64/ssse3_misaligned.vgtest#3 edit

Differences ...

==== //depot/projects/valgrind/none/tests/amd64/insn_ssse3.vgtest#3 (text+ko) ====

@@ -1,3 +1,3 @@
 prog: ../../../none/tests/amd64/insn_ssse3
-prereq: ../../../tests/x86_amd64_features amd64-ssse3
+prereq: ../../../tests/x86_amd64_features amd64-ssse3 && test -e insn_ssse3
 vgopts: -q

==== //depot/projects/valgrind/none/tests/amd64/ssse3_misaligned.vgtest#3 (text+ko) ====

@@ -1,3 +1,3 @@
 prog: ssse3_misaligned
-prereq: ../../../tests/x86_amd64_features amd64-ssse3
+prereq: ../../../tests/x86_amd64_features amd64-ssse3 && test -e ssse3_misaligned
 vgopts: -q


More information about the p4-projects mailing list