Fix FF test status and re-enable

With sra's num parse fixes and couple more, FF should be green again (as well as Chrome Canary).

R=alanknight@google.com

Review-Url: https://codereview.chromium.org/2750503009 .
This commit is contained in:
Vijay Menon 2017-03-14 09:28:10 -07:00
parent 71cb54714b
commit 6cf2ac1f62
2 changed files with 7 additions and 2 deletions

View file

@ -86,8 +86,6 @@ env:
- TEST=package
matrix:
allow_failures:
- env: ANALYZER=master DDC_BROWSERS=Firefox
- env: ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
- env: ANALYZER=master CXX=clang++
notifications:
email:

View file

@ -464,6 +464,9 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'mediasource_test': 'fail',
'media_stream_test': 'fail',
// https://github.com/dart-lang/sdk/issues/29071
'messageevent_test': firefox_fail,
'mutationobserver_test': async_unittest,
'native_gc_test': async_unittest,
'postmessage_structured_test': async_unittest,
@ -473,6 +476,10 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
// was https://github.com/dart-lang/sdk/issues/27578, needs triage
'rtc_test': is.chrome('<=55') ? fail : pass,
// https://github.com/dart-lang/sdk/issues/29071
'serialized_script_value_test': firefox_fail,
'shadow_dom_test': firefox_fail,
// was https://github.com/dart-lang/sdk/issues/27578, needs triage