DescriptionMore 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 #
Messages
Total messages: 2 (0 generated)
|