view graal/com.oracle.truffle.ruby.test/specs/tags/language/case_tags.txt @ 14011:134491e79cde

Use correct PlatformKind in reinterpret LIR generation.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 24 Feb 2014 15:06:07 +0100
parents 0fbee3eb71f0
children
line wrap: on
line source

fails:The 'case'-construct evaluates the body of the when clause matching the case target expression
fails:The 'case'-construct evaluates the body of the when clause whose array expression includes the case target expression
fails:The 'case'-construct evaluates the body of the when clause in left-to-right order if it's an array expression
fails:The 'case'-construct evaluates the body of the when clause whose range expression includes the case target expression
fails:The 'case'-construct expands arrays to lists of values
fails:The 'case'-construct concats arrays before expanding them
fails:The 'case'-construct never matches when clauses with no values
fails:The 'case'-construct works even if there's only one when statement
fails:The 'case'-construct with no target expression evaluates true as only 'true' when true is the first clause
fails:The 'case'-construct with no target expression evaluates false as only 'false' when false is the first clause
fails:The 'case'-construct with no target expression treats a literal array as its own when argument, rather than a list of arguments
fails:The 'case'-construct takes multiple expanded arrays