Skip to content

Commit

Permalink
Move kernel related status lines from service.status to service_kerne…
Browse files Browse the repository at this point in the history
  • Loading branch information
a-siva committed Apr 1, 2017
1 parent 46d6c56 commit 4654381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/observatory/tests/service/service.status
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ async_scope_test: Pass, Slow
[ $system == windows ]
async_generator_breakpoint_test: Skip # Issue 29145

[ $compiler == dartk ]
async_generator_breakpoint_test: Skip # Issue 29145
async_single_step_exception_test: RuntimeError # Issue 29218

# Kernel version of tests
[ $compiler != dartk ]
###
Expand Down
3 changes: 3 additions & 0 deletions runtime/observatory/tests/service/service_kernel.status
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ async_star_single_step_into_test: RuntimeError # Issue 29158
async_step_out_test: RuntimeError # Issue 29158
async_star_step_out_test: RuntimeError # Issue 29158
awaiter_async_stack_contents_test: RuntimeError # Issue 29158
async_single_step_out_test: RuntimeError # Issue 29158
async_generator_breakpoint_test: Skip # Issue 29158
async_single_step_exception_test: RuntimeError # Issue 29218

###
### These tests currently crash the VM
Expand Down

0 comments on commit 4654381

Please sign in to comment.