micropython/tests/basics
Damien George 3ff2d03891 py: Fix bug in optimised for .. range.
Don't store final, failing value to the loop variable.  This fix also
makes for .. range a bit more efficient, as it uses less store/load
pairs for the loop variable.
2014-03-31 18:02:22 +01:00
..
pkg
0prelim.py
array1.py
break.py
builtin-callable.py
builtin-len1.py
builtin_id.py
bytearray1.py
bytes.py
class-subclass-builtin.py
class-super.py
class1.py
class2.py
class3.py
class_inherit1.py
class_item.py
class_number.py
class_store.py
class_str.py
closure-defargs.py
closure1.py
closure2.py
comprehension1.py
containment.py
continue.py
dict1.py
dict2.py
dict_clear.py
dict_copy.py
dict_fromkeys.py
dict_get.py
dict_iterator.py
dict_pop.py
dict_popitem.py
dict_setdefault.py
dict_update.py
dict_views.py
enumerate.py
eval1.py
exception1.py
exceptpoly.py
exec1.py
filter.py
float1.py
floordivide.py
for1.py
for2.py py: Fix bug in optimised for .. range. 2014-03-31 18:02:22 +01:00
fun-annotations.py
fun-calldblstar.py
fun-callstar.py
fun-callstardblstar.py
fun-defargs.py
fun-defargs2.py
fun-kwargs.py
fun-kwvarargs.py
fun-varargs.py
fun1.py
fun2.py
fun3.py
gen-yield-from-close.py
gen-yield-from-ducktype.py
gen-yield-from-exc.py
gen-yield-from-iter.py
gen-yield-from-send.py
gen-yield-from-throw.py
gen-yield-from.py
generator-args.py
generator-exc.py
generator-return.py
generator1.py
generator2.py
generator_close.py
generator_send.py
getattr1.py
getitem.py
import-pkg1.py
import-pkg2.py
import1a.py
import1b.py
import2a.py
import3a.py
int-big-lshift.py
int-big-mod.py
int-big-mul.py
int-divzero.py
int-long.py
int-mpz.py
int-small.py
int1.py
is-isnot.py
iter-of-iter.py
iter1.py
iter2.py
lambda1.py
list1.py
list_clear.py
list_compare.py
list_copy.py
list_count.py
list_index.py
list_insert.py
list_mult.py
list_pop.py
list_remove.py
list_reverse.py
list_sort.py
list_sum.py
map.py
math-fun-bool.py
math-fun.py
modulo.py
namedtuple1.py
seq-unpack.py
set1.py
set_add.py
set_binop.py
set_clear.py
set_copy.py
set_difference.py
set_discard.py
set_intersection.py
set_isdisjoint.py
set_isfooset.py
set_iter.py
set_pop.py
set_remove.py
set_symmetric_difference.py
set_union.py
set_update.py
slots_bool_len.py
sorted.py
string-compare.py
string-escape.py
string-format.py
string-slice.py
string1.py
string_count.py
string_find.py
string_partition.py
string_replace.py
string_rfind.py
string_rpartition.py
string_split.py
string_startswith.py
string_strip.py
true-value.py
try-as-var.py
try-finally-loops.py
try-finally-return.py
try-finally1.py
try-module.py
try-reraise.py
try-reraise2.py
try1.py
try2.py
try3.py
try4.py
tuple1.py
tuple_compare.py
tuple_count.py
tuple_index.py
tuple_mult.py
types1.py
unary_op.py
while1.py
with-break.py
with-continue.py
with-return.py
with1.py
zip.py