Chromium Code Reviews| Index: dart/samples/tests/samples/samples-leg.status |
| diff --git a/dart/samples/tests/samples/samples-leg.status b/dart/samples/tests/samples/samples-leg.status |
| index 46ced673c9fe7ee79bbbb068426b6071e74b2649..00c5569fdd559664d7e5618234ba4c9b9066fb6b 100644 |
| --- a/dart/samples/tests/samples/samples-leg.status |
| +++ b/dart/samples/tests/samples/samples-leg.status |
| @@ -3,15 +3,14 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| -[ $component == dart2js ] |
| +[ $component == dart2js || $component == legium ] |
| chat/ChatServerTest: Fail # Failed invariant in closure analyzer. |
| +lib/layout/LayoutTest: Fail #: ConstantHandler with this or super not implemented |
| +lib/view/ViewTest: Fail #: ConstantHandler with this or super not implemented |
| proxy/MintMakerRpcTest: Fail # TypeError: Cannot call method 'toSendPort$0' of undefined |
| +swarm/SwarmTest: Fail #: ConstantHandler with this or super not implemented |
| -lib/observable/ObservableTest: Fail, OK # ReferenceError: window is not defined |
| -lib/touch/TouchTest: Fail, OK # ReferenceError: window is not defined |
| -lib/util/UtilTest: Fail, OK # ReferenceError: window is not defined |
| -dartcombat/DartCombatTest: Fail, OK # ReferenceError: window is not defined |
| -lib/layout/LayoutTest: Fail, OK # ReferenceError: window is not defined |
| -lib/view/ViewTest: Fail, OK # ReferenceError: window is not defined |
| -swarm/SwarmTest: Fail, OK # ReferenceError: window is not defined |
| -total/TotalTest: Fail, OK # ReferenceError: window is not defined |
| + |
| +[ $component == legium ] |
| +dartcombat/DartCombatTest: Fail |
| +proxy/MintMakerRpcTest: Pass # This test is failing but the test frame work doesn't detect it. |
|
ngeoffray
2012/03/22 10:04:39
extra space in frame work.
ahe
2012/03/22 10:06:57
Actually, I'll use:
proxy/MintMakerRpcTest: Pass
|