PERFORCE change 169221 for review

Stanislav Sedov stas at FreeBSD.org
Mon Oct 5 12:54:45 UTC 2009


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

Change 169221 by stas at stas_yandex on 2009/10/05 12:54:33

	- Do not try to run SSSE3 tests if SSSE3 support is not available.

Affected files ...

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

Differences ...

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

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

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

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


More information about the p4-projects mailing list