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

Issue 7508011: More fixes for PNaCl Windows. (Closed)

Created:
9 years, 4 months ago by pdox
Modified:
9 years, 4 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

More fixes for PNaCl Windows. 1) pathtools.py: Do not treat '-' like a path. 2) untrusted_check/nacl.scons: On windows, the PNaCl tools return the full path in Cygwin-form. For example, /cygdrive/c/.../untrusted_check_test.c. Update the regex filter and golden stderr to handle this case correctly. 3) pnacl_abi filter regex was escaped with ', which doesn't work on Windows. Use " instead. 4) Change naclsdk.py to add .bat to tool paths on Windows. Previously, the .bat was being auto-detected by SCons, but this doesn't work when the tools are invoked directly. (as in pnacl_abi/nacl.scons) TBR= jvoung Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=6300

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M site_scons/site_tools/naclsdk.py View 1 chunk +11 lines, -8 lines 0 comments Download
M tests/pnacl_abi/nacl.scons View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/untrusted_check/nacl.scons View 1 chunk +2 lines, -1 line 0 comments Download
M tests/untrusted_check/untrusted_check_test.stderr View 1 chunk +1 line, -1 line 0 comments Download
M tools/llvm/driver/pathtools.py View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
pdox
9 years, 4 months ago (2011-08-03 07:55:57 UTC) #1
robertm
9 years, 4 months ago (2011-08-03 13:43:42 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698