| Index: tests/dartino_tests/dartino_tests.status
|
| diff --git a/tests/fletch_tests/fletch_tests.status b/tests/dartino_tests/dartino_tests.status
|
| similarity index 98%
|
| rename from tests/fletch_tests/fletch_tests.status
|
| rename to tests/dartino_tests/dartino_tests.status
|
| index 06004c0f1c91d2bc700d0b5a035bcc4440c1e371..5a33a5cae9cd17a606691fc4ea097928b1139c9c 100644
|
| --- a/tests/fletch_tests/fletch_tests.status
|
| +++ b/tests/dartino_tests/dartino_tests.status
|
| @@ -21,7 +21,7 @@ incremental/*/same_tokens_variant: Fail
|
| # new class -> should not happen).
|
| incremental/*/compile_time_error_hides_field: Fail
|
|
|
| -# Bad 'field' count on FletchPatchClassBuilder (does not contain new fields).
|
| +# Bad 'field' count on DartinoPatchClassBuilder (does not contain new fields).
|
| incremental/*/add_field_and_remove_subclass: Fail
|
|
|
| # Most things don't work in production mode yet.
|
| @@ -126,4 +126,4 @@ sdk_service_tests/*: Skip # The native extension is not compiled for ARM.
|
| incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389.
|
|
|
| [ $arch == x64 && $asan]
|
| -service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletch/issues/57
|
| +service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/dartino/issues/57
|
|
|