| Index: samples/tests/samples/samples.status
|
| diff --git a/samples/tests/samples/samples.status b/samples/tests/samples/samples.status
|
| index 908dd3f08c1c0ab8c5fde3c561fc118be96b9d8a..f5662e6be5fcd4c9007b0969e2a3312d2c57f7c9 100644
|
| --- a/samples/tests/samples/samples.status
|
| +++ b/samples/tests/samples/samples.status
|
| @@ -16,48 +16,59 @@ chat/*: Skip
|
|
|
|
|
| [ $runtime == drt ]
|
| -chat/ChatServerTest: Skip
|
| +chat/chat_server_test: Skip
|
| chat/HttpTest: Skip
|
| chat/HttpParserTest: Skip
|
| chat/UrlEncodingTest: Skip
|
| -lib/layout/LayoutTest: Skip # Issue 152
|
| -lib/touch/TouchTest: Skip # Issue 157
|
| -ChatServerTest: Skip
|
| +lib/layout/layout_test: Skip # Issue 152
|
| +lib/touch/touch_test: Skip # Issue 157
|
| +chat_server_test: Skip
|
| HttpTest: Skip
|
| HttpParserTest: Skip
|
| UrlEncodingTest: Skip
|
| #proxy/*_generatedTest: Skip
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| -dartcombat/DartCombatTest: Skip # Bug 5279716
|
| -DartCombatTest: Skip
|
| -proxy/MintMakerFullyIsolated_generatedTest: Skip
|
| +dartcombat/dartcombat_test: Skip # Bug 5279716
|
| +dartcombat_test: Skip
|
| +proxy/mint_maker_fully_isolated_generated_test: Skip
|
|
|
| [ $compiler == none && $runtime == drt && $mode == debug ]
|
| -swarm/SwarmTest: Skip # Issue 1617
|
| -SwarmTest: Skip
|
| +swarm/swarm_test: Skip # Issue 1617
|
| +swarm_test: Skip
|
|
|
| [ ($compiler == frog && $runtime == drt) || ($runtime == chrome || $runtime == ff || $runtime == safari)) ]
|
| -dartcombat/DartCombatTest: Skip # passes locally but timeout on bot?
|
| -DartCombatTest: Skip
|
| +dartcombat/dartcombat_test: Skip # passes locally but timeout on bot?
|
| +dartcombat_test: Skip
|
|
|
| [ $runtime == safari ]
|
| -PromiseBasedTest: Skip
|
| +promise_based_test: Skip
|
|
|
| [ $runtime == vm]
|
| -dartcombat/DartCombatTest: Skip
|
| -DartCombatTest: Skip
|
| -SwarmTest: Skip
|
| -total/TotalTest: Skip
|
| -swarm/SwarmTest: Skip
|
| -lib/layout/LayoutTest: Skip
|
| -lib/touch/TouchTest: Skip
|
| -lib/observable/ObservableTest: Skip
|
| -lib/util/UtilTest: Skip
|
| -lib/view/ViewTest: Skip
|
| +dartcombat/dartcombat_test: Skip
|
| +dartcombat_test: Skip
|
| +swarm_test: Skip
|
| +total/total_test: Skip
|
| +swarm/swarm_test: Skip
|
| +lib/layout/layout_test: Skip
|
| +lib/touch/touch_test: Skip
|
| +lib/observable/observable_test: Skip
|
| +lib/util/util_test: Skip
|
| +lib/view/view_test: Skip
|
|
|
| [ $runtime == vm && $checked ]
|
| -proxy/MintMakerFullyIsolated_generatedTest: Fail # issue 2519
|
| +proxy/mint_maker_fully_isolated_generated_test: Fail # issue 2519
|
|
|
| [ $compiler == frog && ($runtime == d8 || $runtime == none) ]
|
| *: Skip
|
| +
|
| +[ $compiler == dart2js ]
|
| +proxy/mint_maker_rpc_test: Fail # TypeError: Cannot call method 'toSendPort$0' of undefined
|
| +
|
| +
|
| +[ $compiler == dart2js && $runtime == drt ]
|
| +dartcombat/dartcombat_test: Fail
|
| +proxy/mint_maker_rpc_test: Pass # Issue 2254.
|
| +
|
| +[ $compiler == dart2js && $runtime == none ]
|
| +*: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|