Issue metadata
Sign in to add a comment
|
Mark cases expected "FAIL" in WebGL CTS test result |
||||||||||||||||||||||
Issue description
content/test/gpu/run_gpu_integration_test.py is used to run WebGL CTS, and with option "--write-full-results-to" we can get all the test results.
However in this result file, cases expected to be "FAIL" marked in webgl(2)_conformance_expectations.py would still be logged as "PASS" like below.
"WebglConformance_deqp_functional_gles3_lifetime": {
"expected": "PASS",
"actual": "PASS",
"times": [
1.2977
]
},
Can we change "expected" to "FAIL" here, and have "actual" reflect the actual results, either "FAIL" (no change) or "PASS" (improvement)? In this way, we can better know all the "FAIL" cases, and have some script to check improvements automatically.
,
Dec 21
I will look into this.
,
Dec 21
Thank you Yang.
,
Jan 3
Found a similar issue crbug.com/698902
,
Jan 3
Thanks for finding that! It looks like the same issue to me. Please reopen if not.
,
Jan 7
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by kbr@chromium.org
, Dec 19Owner: ----
Status: Available (was: Untriaged)