Commit 614b5e4d by Jamie Madill Committed by Commit Bot

Clean up test runner TODOs.

Bug: angleproject:3162 Change-Id: Ie0a137341c7a27a1981c9a39a8e07e437589520a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2495280Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 4791cf2c
......@@ -61,11 +61,13 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument('executable', help='Test executable.')
parser.add_argument('--isolated-script-test-output', type=str, required=True)
# TODO(jmadill): Remove when removed from the recipes. http://anglebug.com/3162
parser.add_argument('--isolated-script-test-perf-output', type=str, required=False)
parser.add_argument('--isolated-script-test-filter', type=str, required=False)
parser.add_argument('--xvfb', help='Start xvfb.', action='store_true')
# Kept for compatiblity.
# TODO(jmadill): Remove when removed from the recipes. http://crbug.com/954415
parser.add_argument('--isolated-script-test-perf-output', type=str, required=False)
args, extra_flags = parser.parse_known_args()
env = os.environ.copy()
......
......@@ -383,7 +383,7 @@ bool GetTempDir(char *tempDirOut, uint32_t maxDirNameLen)
}
#if defined(ANGLE_PLATFORM_ANDROID)
// TODO(jmadill): Android support. http://anglebug.com/3162
// Not used right now in the ANGLE test runner.
// return PathService::Get(DIR_CACHE, path);
return false;
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment