.. |
pkg
|
builtinimport: Get the basic (and only basic) package imports work.
|
11 years ago |
0prelim.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
array1.py
|
Rename array test to array1 so it doesn't clash with array module.
|
11 years ago |
break.py
|
py: Implement break and continue byte codes, and add tests.
|
11 years ago |
builtin-callable.py
|
mp_obj_is_callable(): Only object types can be callable.
|
11 years ago |
builtin-len1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
builtin_id.py
|
Fix unstable case in builtin_id.py test.
|
11 years ago |
bytearray1.py
|
bytearray: Print objects properly.
|
11 years ago |
bytes.py
|
Add basic implementation of bytes type, piggybacking on str.
|
11 years ago |
class-subclass-builtin.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_inherit1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_item.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_number.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_store.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
closure1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
closure2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
comprehension1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
containment.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
continue.py
|
py: Implement break and continue byte codes, and add tests.
|
11 years ago |
dict1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_clear.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_copy.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_fromkeys.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_get.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_iterator.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_popitem.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_setdefault.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_update.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_views.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
enumerate.py
|
basics/enumerate.py: Don't turn enumerate test into heap test.
|
11 years ago |
eval1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
exception1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
exec1.py
|
Implement full arg handling for exec().
|
11 years ago |
filter.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
float1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
for1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun-annotations.py
|
Clean up handling of function return type annotation.
|
11 years ago |
fun-defargs.py
|
Implement default function arguments (for Python functions).
|
11 years ago |
fun-kwargs.py
|
Support passing positional args as keywords to bytecode functions.
|
11 years ago |
fun-kwvarargs.py
|
Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test.
|
11 years ago |
fun-varargs.py
|
py: Implement *vargs support.
|
11 years ago |
fun1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
generator1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
generator2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
generator_send.py
|
gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.
|
11 years ago |
getitem.py
|
py: Implement iterator support for object that has __getitem__.
|
11 years ago |
import-pkg1.py
|
builtinimport: Get the basic (and only basic) package imports work.
|
11 years ago |
import-pkg2.py
|
import: Implement "from pkg.mod import sym" syntax properly.
|
11 years ago |
import1a.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
import1b.py
|
Add testcase for failing namespace switch throwing exception from a module.
|
11 years ago |
import2a.py
|
Add testcase for "from module import sym".
|
11 years ago |
import3a.py
|
Add testcase for "from module import *".
|
11 years ago |
int-long.py
|
long int: Implement more operations.
|
11 years ago |
int-small.py
|
parse: Refactor parse node encoding to support full range of small ints.
|
11 years ago |
int1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
is-isnot.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
lambda1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list1.py
|
Implement slicing for lists.
|
11 years ago |
list_clear.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_compare.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_copy.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_count.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_index.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_insert.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_mult.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_remove.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_reverse.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_sort.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_sum.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
map.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
seq-unpack.py
|
Add testcase for sequence unpacking.
|
11 years ago |
set1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_add.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_binop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_clear.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_copy.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_difference.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_discard.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_intersection.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_isdisjoint.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_isfooset.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_iter.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_remove.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_symmetric_difference.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_union.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_update.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
slots_bool_len.py
|
py: Improve __bool__ and __len__ dispatch; add slots for them.
|
11 years ago |
sorted.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
string-compare.py
|
Implement str/bytes rich comparisons.
|
11 years ago |
string-escape.py
|
Implement octal and hex escapes in strings.
|
11 years ago |
string-format.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
string-slice.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
string1.py
|
str: Implement proper string (instead of byte string) indexing.
|
11 years ago |
string_find.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
string_replace.py
|
Implement str.replace and add tests for it.
|
11 years ago |
string_split.py
|
Implement str.split(None).
|
11 years ago |
string_startswith.py
|
Implement simplest case of str.startswith().
|
11 years ago |
string_strip.py
|
Add tests for str.strip
|
11 years ago |
true-value.py
|
Implement __bool__ and __len__ via unary_op virtual method for all types.
|
11 years ago |
try-finally-loops.py
|
Add more finally + break/continue testcases.
|
11 years ago |
try-finally-return.py
|
Add additional testcase for finally/return.
|
11 years ago |
try-finally1.py
|
Add basic try-finally testcase.
|
11 years ago |
try-module.py
|
py: VM never throws an exception, instead returns a status and value.
|
11 years ago |
try1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
try2.py
|
Add testcase with exception handler spread across functions.
|
11 years ago |
try3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
try4.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
tuple1.py
|
Implement tuple addition.
|
11 years ago |
tuple_compare.py
|
Implement tuple comparison.
|
11 years ago |
tuple_count.py
|
Factor out mp_seq_count_obj() and implement tuple.count().
|
11 years ago |
tuple_index.py
|
Implement tuple.index().
|
11 years ago |
tuple_mult.py
|
Implement tuple multiplication.
|
11 years ago |
types1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
unary_op.py
|
py: Add unary op not for NoneType, bool, tuple, list, dict; fix for int.
|
11 years ago |
while1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
zip.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |