Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ $compiler == dartk ] | |
|
Kevin Millikin (Google)
2017/02/08 15:37:52
Even status files have a license.
jensj
2017/02/13 14:04:16
Done.
| |
| 2 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test | |
| 3 | |
| 4 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w hich just seems wrong | |
| 5 | |
| 6 get_isolate_after_language_error_test: CompileTimeError | |
| 7 developer_extension_test: CompileTimeError | |
| 8 | |
| 9 library_dependency_test: RuntimeError # There are no imports and exports in kern el. | |
| 10 | |
| 11 # TEMPORARY STUFF (HOPEFULLY) | |
|
Kevin Millikin (Google)
2017/02/08 15:37:52
How about an indication why they fail?
jensj
2017/02/13 14:04:16
Done.
| |
| 12 capture_stdio_test: CompileTimeError | |
| 13 vm_restart_test: CompileTimeError | |
| 14 address_mapper_test: CompileTimeError | |
| 15 | |
| 16 # New failures that I need to fix | |
|
Kevin Millikin (Google)
2017/02/08 15:37:52
This comment isn't helpful.
jensj
2017/02/13 14:04:16
Yeah, sorry about that. It was a new test that cam
| |
| 17 regress_28443_test: RuntimeError | |
| 18 | |
| 19 ### | |
| 20 ### Not supported for now at least | |
| 21 ### | |
| 22 *_reload_*: Skip # no reload support for now | |
| 23 eval_internal_class_test: Skip # no evaluation test for now | |
| 24 evaluate_*: Skip # no evaluation test for now | |
| 25 ### | |
| 26 | |
| 27 # Inherited from service.status | |
| 28 isolate_lifecycle_test: Pass, RuntimeError | |
| OLD | NEW |