Move run-test "check" scripts to "run" scripts.

The "check" scripts generally do just trivial stdout post-processing.

It makes sense to do this as the last part of the run script instead.

Test: ./art/test.py -r --all-target --64 \
      `find art/test/ -name run | sed -E 's:.*/.*/(.*)/.*:-t \1:'`

Change-Id: Ia3528f59030cc367b2a78edc088e07cdaa7c0157
72 files changed