Fix status file for FontFace tests that now pass

BUG=

Review URL: https://codereview.chromium.org//1012193003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44693 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
alanknight@google.com 2015-03-25 20:04:01 +00:00
parent abcb6c7594
commit fc92478567
2 changed files with 5 additions and 9 deletions

View file

@ -574,7 +574,6 @@ LayoutTests/fast/css/font-face-multiple-ranges-for-unicode-range_t01: Pass, Runt
LayoutTests/fast/css/font-face-unicode-range-load_t01: Pass, RuntimeError # Please triage this failure
LayoutTests/fast/css/font-face-unicode-range-monospace_t01: Pass, RuntimeError # Please triage this failure
LayoutTests/fast/css/font-face-unicode-range-overlap-load_t01: Pass, RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: Pass, RuntimeError # Please triage this failure
LayoutTests/fast/css/html-attr-case-sensitivity_t01: RuntimeError # Please triage this failure
@ -1700,7 +1699,7 @@ LayoutTests/fast/css/font-family-trailing-bracket-gunk_t01: RuntimeError # Pleas
LayoutTests/fast/css/font-property-priority_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-mix-inherit_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser.
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure
@ -3198,7 +3197,7 @@ LayoutTests/fast/css/font-face-unicode-range-load_t01: RuntimeError # Please tri
LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-face-unicode-range-overlap-load_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser.
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure
@ -4460,7 +4459,7 @@ LayoutTests/fast/css/font-face-cache-bug_t01: RuntimeError # Please triage this
LayoutTests/fast/css/font-face-unicode-range-load_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-face-unicode-range-overlap-load_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class not defined for this browser
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure
@ -5859,7 +5858,7 @@ LayoutTests/fast/css/font-family-initial-shorthand_t01: RuntimeError # Please tr
LayoutTests/fast/css/font-family-trailing-bracket-gunk_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-mix-inherit_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure
@ -7880,7 +7879,7 @@ LayoutTests/fast/css/font-family-initial-shorthand_t01: RuntimeError # Please tr
LayoutTests/fast/css/font-family-trailing-bracket-gunk_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/font-shorthand-mix-inherit_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure

View file

@ -105,9 +105,6 @@ audiocontext_test/functional: Skip # Renderer crash. Issue 22327
element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily suppressing (alanknight)
element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily suppressing (alanknight)
[ ($runtime == chrome || $runtime == drt) && $compiler == dart2js && $checked ]
notification_test/constructors: Fail # Issue 22842
[$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == ContentShellOnAndroid ]
webgl_1_test: Pass, Fail # Issue 8219