OLD | NEW |
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 [ $compiler == fletchc || $runtime == fletchc ] | 8 [ $compiler == fletchc || $runtime == fletchc ] |
9 abstract_runtime_error_test/01: RuntimeError | 9 abstract_runtime_error_test/01: RuntimeError |
10 abstract_runtime_error_test/02: RuntimeError | 10 abstract_runtime_error_test/02: RuntimeError |
11 arithmetic_test: RuntimeError | 11 arithmetic_test: RuntimeError |
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 | 1063 |
1064 # No regex on embedded | 1064 # No regex on embedded |
1065 reg_ex2_test: RuntimeError | 1065 reg_ex2_test: RuntimeError |
1066 reg_exp2_test: RuntimeError | 1066 reg_exp2_test: RuntimeError |
1067 reg_exp3_test: RuntimeError | 1067 reg_exp3_test: RuntimeError |
1068 reg_exp_test: RuntimeError | 1068 reg_exp_test: RuntimeError |
1069 vm/regress_22621_vm_test: RuntimeError | 1069 vm/regress_22621_vm_test: RuntimeError |
1070 | 1070 |
1071 # No uri on embedded | 1071 # No uri on embedded |
1072 unsorted/uri_base_test: RuntimeError | 1072 unsorted/uri_base_test: RuntimeError |
OLD | NEW |