Artifact 8e2b7fcc5e73b4c82a48b133e0a0900ae5bfff9b:
- File f-apps/test.c — part of check-in [9834d60958] at 2014-09-30 12:50:54 on branch feech-dave-msvcsupport001 — a peculiarity of Microsoft's AMD-64 compiler is that __FILE__ resolves to a relative path correct at compile-time. but incorrect at runtime if you are running in a different directory. (The x86 compiler resolves to fully-qualified paths, which can create a different problem if you were on a different machine, but these are just test apps anyway). The net result was to cause tests to fail when __FILE__ was used as a object of the test. There were two test apps that did this, and they were modified to use a manhandled self name in the case of microsoft's compilers. (user: dave size: 10588) [more...]
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.