Remove an unnecessary line in a test status file.

The syntax of the test status file expects the name of the test which will
be used to derive the filename.  If the filename is instead given, it
matches no test.

BUG=
R=asgerf@google.com

Review URL: https://codereview.chromium.org/1508413002 .
This commit is contained in:
Kevin Millikin 2015-12-09 16:28:46 +01:00
parent 12d79f91a3
commit deba5aaf7a

View file

@ -9621,7 +9621,6 @@ WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th
WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Times out. Please triage this failure
[ $compiler == dart2js && $cps_ir ]
Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart: Crash # (i=0): For-loop variable captured in loop header
Language/Statements/For/syntax_t07: Crash # unsupported operation on erroneous element
Language/Statements/Labels/scope_t04: Crash # (switch (i){L:case 0:flag=true;break;case 2:continue L;}): continue to a labeled switch case
Language/Statements/Continue/label_t12: Crash # (switch (2){L:case 1:flag=true;break;case 2:continue L;}): continue to a labeled switch case