Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: ports/fftw/build.sh

Issue 1578573002: Disable running of sel_ldr arm tests on mac (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/fftw-float/build.sh ('k') | ports/jpeg8d/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/fftw/build.sh
diff --git a/ports/fftw/build.sh b/ports/fftw/build.sh
index 24337a93a493ac6e766c25d4c77d6dceb816d52a..f92ca2c552a8d31c27aea6461e5ea348712e550e 100644
--- a/ports/fftw/build.sh
+++ b/ports/fftw/build.sh
@@ -31,14 +31,4 @@ ConfigureStep() {
TestStep() {
LogExecute make check EXEEXT=
-
- if [ ${NACL_ARCH} = "pnacl" ]; then
- for arch in x86-32 arm; do
- for exe in ${EXECUTABLES}; do
- local exe_noext=${exe%.*}
- WriteLauncherScript ${exe_noext} $(basename ${exe_noext}.${arch}.nexe)
- done
- LogExecute make check EXEEXT=
- done
- fi
}
« no previous file with comments | « ports/fftw-float/build.sh ('k') | ports/jpeg8d/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698