| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 3caaa2e556c7a90f65a104eff52c12d44f8cc3d2..86b4bb0453cb6fa781bd975156e672c550cbd7e2 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -10,7 +10,18 @@ measurement_test: Pass, Fail # Issue 1940
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
| -typed_arrays*: Fail # Troubles with constructors, in work.
|
| +# Troubles with ctors, in work.
|
| +audiocontext_test: Fail
|
| +blob_constructor_test: Fail
|
| +typed_arrays_1_test: Fail
|
| +typed_arrays_2_test: Fail
|
| +typed_arrays_3_test: Fail
|
| +typed_arrays_4_test: Fail
|
| +typed_arrays_5_test: Fail
|
| +typed_arrays_dataview_test: Fail
|
| +typed_arrays_range_checks_test: Fail
|
| +transferables_test: Fail
|
| +# End of troubles with ctors.
|
| #htmloptionscollection_test: Fail # TODO(asiva): investigate.
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows]
|
|
|