C# 클래스 IronRuby.Tests.Tests

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
AllowedSingletons1 ( ) : void
AllowedSingletons2 ( ) : void
AmbiguousMatch1 ( ) : void
BEGIN1 ( ) : void
BEGIN2 ( ) : void
BlockArity1 ( ) : void
BlockDefinition1 ( ) : void
BlockEmpty ( ) : void
BlockParameterSyntax1 ( ) : void
BlockReturnOptimization1 ( ) : void

Block return propagates thru a single library method with a block without throwing unwinding exception.

BlockReturnOptimization2 ( ) : void

Block return propagates thru multiple library method calls with a block without throwing unwinding exception.

BlockReturnOptimization3 ( ) : void

Block return propagates thru user method calls with a block without throwing unwinding exception.

BlockReturnOptimization4 ( ) : void

An unwinding exception is thrown if any frame is called w/o a block.

BlockReturnOptimization5 ( ) : void

Return propagates thru proc/lambda calls.

BlockReturnOptimization6 ( ) : void

Return propagates thru proc/lambda calls.

BlockReturnOptimization7 ( ) : void

Return propagates thru yield in a block.

Block_ProcParams1 ( ) : void
ClassSingletons1 ( ) : void

Cannot instantiate singleton(class).

ClassVariables1 ( ) : void
ConstantCaching_AutoUpdating1A ( ) : void
ConstantCaching_AutoUpdating1B ( ) : void
ConstantCaching_CrossRuntime1 ( ) : void
ConstantCaching_Qualified1 ( ) : void
ConstantCaching_Qualified2 ( ) : void
ConstantCaching_Qualified_IsDefined1 ( ) : void
ConstantCaching_Qualified_IsDefined2 ( ) : void
ConstantCaching_Unqualified1 ( ) : void
ConstantCaching_Unqualified2 ( ) : void
ConstantCaching_Unqualified3 ( ) : void
ConstantCaching_Unqualified4 ( ) : void

GlobalConstantAccess version needs to be invalidate on inclusion.

ConstantCaching_Unqualified5 ( ) : void

module_eval {} in Ruby 1.9 changes constant lookup chain.

ConstantCaching_Unqualified6 ( ) : void

Update of strong value needs to set the weak value as well (and vice versa).

ConstantCaching_Unqualified7 ( ) : void

Check to see whether we don't unwrap WeakReferences accidentally, preserve object identity and unwrap null correctly.

ConstantCaching_Unqualified_IsDefined1 ( ) : void
ConstantNames ( ) : void
Constants1A ( ) : void
Constants1B ( ) : void
Constants3 ( ) : void

Class/module def makes name of the constant by appending its simple name to the name of the lexically containing class/module.

Constants4 ( ) : void

Top-level class/module definition does look-up in Object and all its mixins.

CrossRuntime1 ( ) : void
CrossRuntime2 ( ) : void
CustomTypeDescriptor1 ( ) : void
CustomTypeDescriptor2 ( ) : void
DefineMethod1 ( ) : void
DefineMethod2 ( ) : void

define_method and class_eval change owner of the method definition.

DummySingletons1 ( ) : void
DummySingletons2 ( ) : void
Encoding_Host2 ( ) : void
EvalBreak1 ( ) : void
EvalBreak2 ( ) : void

Break from a block called via Proc#call.

EvalBreak3 ( ) : void
EvalNext1 ( ) : void
EvalRedo1 ( ) : void
EvalRetry1 ( ) : void

Block needs to set InLoop and InRescue flags on RFC to "false".

EvalRetry2 ( ) : void
EvalReturn1 ( ) : void
EvalReturn2 ( ) : void
EvalReturn3 ( ) : void
EvalReturn4 ( ) : void
File1 ( ) : void
GlobalConstants1 ( ) : void

The default interop constant_missing looks to scope only if called on Object.

HostingDefaultOptions1 ( ) : void
Interactive1 ( ) : void
Interactive2 ( ) : void
InvokeMemberCache1 ( ) : void
LibraryLoader1 ( ) : void
LibraryLoader2 ( ) : void
Load1 ( ) : void
LoadAndGlobalConstants ( ) : void

Global constants defined in loaded code are defined on the anonymous module created by the load.

Loader_Assemblies1 ( ) : void
MainSingleton1 ( ) : void
MainSingleton2 ( ) : void
MethodToProc1 ( ) : void

TODO: 1.9 actually doesn't allow proc.binding

ModuleSingletons1 ( ) : void

Singleton(module)'s super-class is singleton(Module).

MutableString_IndexRegex1 ( ) : void
NamesEncoding1 ( ) : void
NumericLiterals1 ( ) : void
NumericOps1 ( ) : void
ObjectOperations1 ( ) : void
ObjectOperations2 ( ) : void
OverloadResolution_Block1 ( ) : void
OverloadResolution_Numeric1 ( ) : void
OverloadResolution_ParamArrays1 ( ) : void
ParseBigInts1 ( ) : void
ParseIntegers1 ( ) : void
ParseSymbols1 ( ) : void
Parser1 ( ) : void
ProcCallCaching1 ( ) : void
ProcNew1 ( ) : void
ProcNew2 ( ) : void
ProcNew3 ( ) : void
ProcNew4 ( ) : void
ProcPosition1 ( ) : void
ProcSelf1 ( ) : void
ProcYieldCaching1 ( ) : void
Proc_RhsAndBlockArguments1 ( ) : void
PythonInterop1 ( ) : void
PythonInterop2 ( ) : void
PythonInterop3 ( ) : void
PythonInterop4 ( ) : void
PythonInterop5 ( ) : void
PythonInterop_Indexers_Fallback1 ( ) : void
PythonInterop_InvokeMember_Fallback1 ( ) : void

Python falls back if the member is not defined and Ruby then invokes the member with original casing.

PythonInterop_InvokeMember_Fallback2 ( ) : void

Python falls back if the member is not defined and Ruby then invokes the member with original casing.

PythonInterop_NamedIndexers1 ( ) : void

We convert a call to a setter with multiple parameters to a GetMember + SetIndex. This makes indexed properties on foreign meta-objects work.

PythonInterop_Operators_Fallback1 ( ) : void
Regex1 ( ) : void
Regex2 ( ) : void
RegexCondition1 ( ) : void
RegexCondition2 ( ) : void
RegexEscape1 ( ) : void
Require1 ( ) : void
RequireInterop1 ( ) : void
RequireInterop2 ( ) : void
Return1 ( ) : void
Return2 ( ) : void
Return3 ( ) : void
Return4 ( ) : void
Return5 ( ) : void
Return6 ( ) : void
Return7 ( ) : void
Return8 ( ) : void
RubyBlocks0 ( ) : void
RubyBlocks10A ( ) : void

Retry in a block.

RubyBlocks10B ( ) : void

Retry in a block called via Proc#call.

RubyBlocks11 ( ) : void

Return with stack unwinding.

RubyBlocks12 ( ) : void
RubyBlocks13 ( ) : void
RubyBlocks14A ( ) : void

Nested yielding.

RubyBlocks14B ( ) : void

Covers RubyOps.YieldBlockBreak.

RubyBlocks14C ( ) : void

Covers RubyOps.YieldBlockBreak error path.

RubyBlocks15 ( ) : void

Retry for-loop: for-loop should behave like x.each { } method call with a block, that is x is reevaluted on retry.

RubyBlocks16 ( ) : void

Tests optimization of block break from another block. Yield yields to a block that breaks to its proc-converter, which is foo. So the example should retrun 1 from the foo call. Break is propagated thru yields in two ways: 1) returning ReturnReason == Break via BlockParam (fast path) 2) throwing MethodUnwinder exception (slow path) ReturnReason should be propagated by yields as long as the owner of the block that contains the yield is the target frame for the break. That's the case for for-loop blocks in this test.

RubyBlocks17 ( ) : void

Retry is propagated to the 'each' call.

RubyBlocks18 ( ) : void
RubyBlocks2 ( ) : void
RubyBlocks3 ( ) : void
RubyBlocks5 ( ) : void
RubyBlocks6 ( ) : void

Return, yield and retry in a method.

RubyBlocks7 ( ) : void

Break in a block.

RubyBlocks8 ( ) : void

Redo in a block.

RubyBlocks9 ( ) : void

Next in a block.

RubyBlocks_Params1 ( ) : void
RubyBlocks_Params2 ( ) : void
RubyBlocks_Params3 ( ) : void
RubyHosting1A ( ) : void
RubyHosting1B ( ) : void
RubyHosting1C ( ) : void
RubyHosting1D ( ) : void
RubyHosting1E ( ) : void

missing_method on scope forwards to super class if the variable is not defined in scope; unmangled name is used if available and the mangled is not found in the scope.

RubyHosting1F ( ) : void

method_missing on main singleton can be invoked directly.

RubyHosting2 ( ) : void
RubyHosting3 ( ) : void
RubyHosting4 ( ) : void
RubyHosting5 ( ) : void
RubyHosting_DelegateConversions ( ) : void
RubyHosting_Scopes1 ( ) : void
RubyHosting_Scopes2 ( ) : void
RubyHosting_Scopes3 ( ) : void
RubyProcArgConversion1 ( ) : void
RubyProcArgConversion2 ( ) : void
RubyProcArgConversion3 ( ) : void
RubyProcArgConversion4 ( ) : void
RubyProcs1 ( ) : void
RubyProcs2 ( ) : void

Assigning to a block parameter should not affect yield.

Scenario_CaseSplatting1 ( ) : void
Scenario_ClassVariables1 ( ) : void
Scenario_ClassVariables2 ( ) : void
Scenario_ClassVariables_Singletons ( ) : void
Scenario_Globals1 ( ) : void
Scenario_MainSingleton ( ) : void
Scenario_ParserLogging ( ) : void
Scenario_RubyArgSplatting1 ( ) : void
Scenario_RubyArgSplatting2 ( ) : void
Scenario_RubyArgSplatting3 ( ) : void
Scenario_RubyArgSplatting4 ( ) : void

Splat anything that's IList (including arrays and values passed via out parameters).

Scenario_RubyArgSplatting5 ( ) : void
Scenario_RubyArgSplatting6 ( ) : void
Scenario_RubyBlockArgs3 ( ) : void

RHS is list, LHS is not simple, but contains splatting.

Scenario_RubyBlockArgs4A ( ) : void

!L(1,-) && R(0,*), empty array to splat.

Scenario_RubyBlockArgs4B ( ) : void

Anonymous unsplat parameters.

Scenario_RubyBlockArgs5 ( ) : void
Scenario_RubyBlockArgs6 ( ) : void
Scenario_RubyBlockExpressions1 ( ) : void
Scenario_RubyClassVersions1 ( ) : void
Scenario_RubyClassVersions2 ( ) : void
Scenario_RubyClosures1 ( ) : void
Scenario_RubyConsole1 ( ) : void
Scenario_RubyInclusions1 ( ) : void
Scenario_RubyLocals1 ( ) : void
Scenario_RubyMath1 ( ) : void
Scenario_RubyMethodMissing1 ( ) : void
Scenario_RubyMethodMissing2 ( ) : void
Scenario_RubyParams1 ( ) : void
Scenario_RubyParams2 ( ) : void
Scenario_RubyProcCallArgs1 ( ) : void
Scenario_RubyProcCallArgs2A ( ) : void
Scenario_RubyProcCallArgs2B ( ) : void
Scenario_RubyProcCallArgs2C ( ) : void
Scenario_RubyProcCallArgs2D ( ) : void

Tests MRI inconsistency in Yield1 vs YieldNoSplat1 when invoked from Call1.

Scenario_RubyProcYieldArgs1 ( ) : void
Scenario_RubyProcYieldArgs2 ( ) : void
Scenario_RubyProcYieldArgs3 ( ) : void
Scenario_RubyProcYieldArgs4 ( ) : void
Scenario_RubyScopeParsing ( ) : void
Scenario_RubyScopes1 ( ) : void

Tests that class lexical scopes are applied to method definitions.

Scenario_RubyScopes2A ( ) : void

Uninitialized local variables.

Scenario_RubyScopes2B ( ) : void

Uninitialized local variables in closure.

Scenario_RubyScopes3 ( ) : void

Tests that variables defined in module/class locals scope are not visible outside.

Scenario_RubyScopes4 ( ) : void
Scenario_RubyScopes5 ( ) : void
Scenario_RubyScopes6 ( ) : void

Nested module scopes - they don't have DLR tuples and therefore need to be skipped when looking up a storage from closure.

Scenario_RubySingletonConstants1 ( ) : void
Scenario_RubyThreads1 ( ) : void
Scenario_Startup ( ) : void
Scenario_UninitializedVars1 ( ) : void
Scenario_UninitializedVars2 ( ) : void
Scenario_YieldCodeGen ( ) : void
SingletonCaching1 ( ) : void
SingletonCaching2A ( ) : void

IRubyObjects.

SingletonCaching2B ( ) : void

Object.

SingletonCaching2C ( ) : void

CLR types.

SingletonMethodDefinitionOnSingletons1 ( ) : void
Singletons1A ( ) : void

Ruby class.

Singletons1B ( ) : void

Object.

Singletons1C ( ) : void

A subclass of a CLR class.

Singletons1D ( ) : void

A CLR class.

Singletons1_Test ( string className, string inherits ) : void
Singletons2 ( ) : void
Singletons3 ( ) : void
SplattingProtocol1 ( ) : void
Strings0 ( ) : void
Strings1 ( ) : void
Strings2 ( ) : void
Strings3 ( ) : void
Strings4 ( ) : void
Strings5 ( ) : void
Strings6 ( ) : void
Strings7 ( ) : void
Strings8 ( ) : void
Strings9 ( ) : void
StringsPlus ( ) : void
SymbolToProc1 ( ) : void
Symbols1 ( ) : void
Test_Reverse ( byte b, RubyEncoding e, byte expected ) : void
Tests ( Driver driver ) : System
ToSConversion1 ( ) : void

Embedded string does call "to_s" w/o calling "respond_to?" first.

ToSConversion2 ( ) : void
TokenCategorizer2 ( ) : void
TokenizeIdentifiers1 ( ) : void
UnqualifiedConstants1 ( ) : void

Unqualified constant lookup should search in lexical scopes from inner most to the outer most looking into modules for constant declared in those modules and their mixins. It shouldn't look to base classes nor mixins.

UnqualifiedConstants2 ( ) : void

If a constant is not found in the current scope chain, the inner-most module scope's module/class and its ancestors are checked.

비공개 메소드들

메소드 설명
AssertTokenBigInteger ( string source, int @base ) : IronRuby.Tests.AssertTokenizer
AssertTokens ( string source ) : void
AstLocations1 ( ) : void
B ( string str ) : byte[]
BEGIN3 ( ) : void
CharacterToken1 ( ) : void
CreateParamsArrayMethod ( string name, Type paramTypes, int paramsArrayIndex, int returnValue ) : OverloadInfo
Dir1 ( ) : void
Dir2 ( ) : void
Encoding1 ( ) : void
Encoding2 ( ) : void
Encoding4 ( ) : void
Encoding_Host1 ( ) : void
Encoding_HostHelper ( Encoding encoding, string specialChars, bool shouldSucceed ) : void
File_AppendBytes1 ( ) : void
File_ReadLine1 ( ) : void
File_WriteBytes1 ( ) : void
GetInstanceMethods ( Type type, string name ) : OverloadInfo[]
GetStaticMethods ( Type type, string name ) : OverloadInfo[]
Heredoc1 ( ) : void
Identifiers2 ( ) : void
Inspect1 ( ) : void
Inspect2 ( ) : void
LexicalState1 ( ) : void
MO ( object value ) : DynamicMetaObject
MS ( byte data ) : MutableString
MS ( byte data, RubyEncoding e ) : MutableString
MS ( string data ) : MutableString
MS ( string data, RubyEncoding e ) : MutableString
MutableString_Append ( ) : void
MutableString_Append_Byte ( ) : void
MutableString_Append_Char ( ) : void
MutableString_Bytes1 ( ) : void
MutableString_ChangeEncoding1 ( ) : void
MutableString_Characters1 ( ) : void
MutableString_CompareTo1 ( ) : void
MutableString_CompareTo2 ( ) : void
MutableString_Concatenate ( ) : void
MutableString_Factories ( ) : void
MutableString_GetHashCode ( ) : void
MutableString_Index1 ( ) : void
MutableString_IndexOf1 ( ) : void
MutableString_Insert_Byte ( ) : void
MutableString_Insert_Char ( ) : void
MutableString_IsAscii ( ) : void
MutableString_LastIndexOf1 ( ) : void
MutableString_Length ( ) : void
MutableString_Remove_Byte ( ) : void
MutableString_Remove_Char ( ) : void
MutableString_Reverse ( ) : void
MutableString_StartsWith1 ( ) : void
MutableString_Surrogates1 ( ) : void
MutableString_Surrogates2 ( ) : void
MutableString_SwitchRepr ( ) : void
MutableString_Translate1 ( ) : void
MutableString_ValidEncoding1 ( ) : void
NewAssertTokenizer ( ) : AssertTokenizer
ParserErrors1 ( ) : void
ParserLoggingTest ( ) : void
RegexEncoding1 ( ) : void
RegexEncoding2 ( ) : void
RegexTransform1 ( ) : void
RegexTransform2 ( ) : void
Sjis ( string str ) : byte[]
TestBigInt ( string number, int @base ) : void
TestBigInt ( string number, int @base, int repeat ) : void
TestChars ( MutableString str ) : void
TestChars ( MutableString str, MutableString remaining ) : void
TestChars ( MutableString str, string expected ) : void
TestCorrectPatternTranslation ( string pattern, RubyRegexOptions options, string expected, bool expectedGAnchor ) : void
TestCorrectPatternTranslation ( string pattern, string expected ) : void
TestReadLine ( RubyBufferedStream io, bool preserveEolns, string expected ) : void
Test_Concatenate ( byte b1, RubyEncoding e1, byte b2, RubyEncoding e2, RubyEncoding resultEncoding ) : void
Test_Translate ( byte bself, RubyEncoding eself, byte bfrom, RubyEncoding efrom, byte bto, RubyEncoding eto, byte expected, RubyEncoding expectedEncoding ) : void
TokenCategorizer1 ( ) : void
TokenizeEolns1 ( ) : void
TokenizeEscapes1 ( ) : void
TokenizeEscapes2 ( ) : void
TokenizeGlobalVariables1 ( ) : void
TokenizeInstanceClassVariables1 ( ) : void
TokenizeNumbers1 ( ) : void
TokenizeRegex1 ( ) : void
TokenizeStrings1 ( ) : void
TokenizeStrings2 ( ) : void
UnicodeEscapes1 ( ) : void
Utf8 ( string str ) : byte[]

메소드 상세

AllowedSingletons1() 공개 메소드

public AllowedSingletons1 ( ) : void
리턴 void

AllowedSingletons2() 공개 메소드

public AllowedSingletons2 ( ) : void
리턴 void

AmbiguousMatch1() 공개 메소드

public AmbiguousMatch1 ( ) : void
리턴 void

BEGIN1() 공개 메소드

public BEGIN1 ( ) : void
리턴 void

BEGIN2() 공개 메소드

public BEGIN2 ( ) : void
리턴 void

BlockArity1() 공개 메소드

public BlockArity1 ( ) : void
리턴 void

BlockDefinition1() 공개 메소드

public BlockDefinition1 ( ) : void
리턴 void

BlockEmpty() 공개 메소드

public BlockEmpty ( ) : void
리턴 void

BlockParameterSyntax1() 공개 메소드

public BlockParameterSyntax1 ( ) : void
리턴 void

BlockReturnOptimization1() 공개 메소드

Block return propagates thru a single library method with a block without throwing unwinding exception.
public BlockReturnOptimization1 ( ) : void
리턴 void

BlockReturnOptimization2() 공개 메소드

Block return propagates thru multiple library method calls with a block without throwing unwinding exception.
public BlockReturnOptimization2 ( ) : void
리턴 void

BlockReturnOptimization3() 공개 메소드

Block return propagates thru user method calls with a block without throwing unwinding exception.
public BlockReturnOptimization3 ( ) : void
리턴 void

BlockReturnOptimization4() 공개 메소드

An unwinding exception is thrown if any frame is called w/o a block.
public BlockReturnOptimization4 ( ) : void
리턴 void

BlockReturnOptimization5() 공개 메소드

Return propagates thru proc/lambda calls.
public BlockReturnOptimization5 ( ) : void
리턴 void

BlockReturnOptimization6() 공개 메소드

Return propagates thru proc/lambda calls.
public BlockReturnOptimization6 ( ) : void
리턴 void

BlockReturnOptimization7() 공개 메소드

Return propagates thru yield in a block.
public BlockReturnOptimization7 ( ) : void
리턴 void

Block_ProcParams1() 공개 메소드

public Block_ProcParams1 ( ) : void
리턴 void

ClassSingletons1() 공개 메소드

Cannot instantiate singleton(class).
public ClassSingletons1 ( ) : void
리턴 void

ClassVariables1() 공개 메소드

public ClassVariables1 ( ) : void
리턴 void

ConstantCaching_AutoUpdating1A() 공개 메소드

public ConstantCaching_AutoUpdating1A ( ) : void
리턴 void

ConstantCaching_AutoUpdating1B() 공개 메소드

public ConstantCaching_AutoUpdating1B ( ) : void
리턴 void

ConstantCaching_CrossRuntime1() 공개 메소드

public ConstantCaching_CrossRuntime1 ( ) : void
리턴 void

ConstantCaching_Qualified1() 공개 메소드

public ConstantCaching_Qualified1 ( ) : void
리턴 void

ConstantCaching_Qualified2() 공개 메소드

public ConstantCaching_Qualified2 ( ) : void
리턴 void

ConstantCaching_Qualified_IsDefined1() 공개 메소드

public ConstantCaching_Qualified_IsDefined1 ( ) : void
리턴 void

ConstantCaching_Qualified_IsDefined2() 공개 메소드

public ConstantCaching_Qualified_IsDefined2 ( ) : void
리턴 void

ConstantCaching_Unqualified1() 공개 메소드

public ConstantCaching_Unqualified1 ( ) : void
리턴 void

ConstantCaching_Unqualified2() 공개 메소드

public ConstantCaching_Unqualified2 ( ) : void
리턴 void

ConstantCaching_Unqualified3() 공개 메소드

public ConstantCaching_Unqualified3 ( ) : void
리턴 void

ConstantCaching_Unqualified4() 공개 메소드

GlobalConstantAccess version needs to be invalidate on inclusion.
public ConstantCaching_Unqualified4 ( ) : void
리턴 void

ConstantCaching_Unqualified5() 공개 메소드

module_eval {} in Ruby 1.9 changes constant lookup chain.
public ConstantCaching_Unqualified5 ( ) : void
리턴 void

ConstantCaching_Unqualified6() 공개 메소드

Update of strong value needs to set the weak value as well (and vice versa).
public ConstantCaching_Unqualified6 ( ) : void
리턴 void

ConstantCaching_Unqualified7() 공개 메소드

Check to see whether we don't unwrap WeakReferences accidentally, preserve object identity and unwrap null correctly.
public ConstantCaching_Unqualified7 ( ) : void
리턴 void

ConstantCaching_Unqualified_IsDefined1() 공개 메소드

public ConstantCaching_Unqualified_IsDefined1 ( ) : void
리턴 void

ConstantNames() 공개 메소드

public ConstantNames ( ) : void
리턴 void

Constants1A() 공개 메소드

public Constants1A ( ) : void
리턴 void

Constants1B() 공개 메소드

public Constants1B ( ) : void
리턴 void

Constants3() 공개 메소드

Class/module def makes name of the constant by appending its simple name to the name of the lexically containing class/module.
public Constants3 ( ) : void
리턴 void

Constants4() 공개 메소드

Top-level class/module definition does look-up in Object and all its mixins.
public Constants4 ( ) : void
리턴 void

CrossRuntime1() 공개 메소드

public CrossRuntime1 ( ) : void
리턴 void

CrossRuntime2() 공개 메소드

public CrossRuntime2 ( ) : void
리턴 void

CustomTypeDescriptor1() 공개 메소드

public CustomTypeDescriptor1 ( ) : void
리턴 void

CustomTypeDescriptor2() 공개 메소드

public CustomTypeDescriptor2 ( ) : void
리턴 void

DefineMethod1() 공개 메소드

public DefineMethod1 ( ) : void
리턴 void

DefineMethod2() 공개 메소드

define_method and class_eval change owner of the method definition.
public DefineMethod2 ( ) : void
리턴 void

DummySingletons1() 공개 메소드

public DummySingletons1 ( ) : void
리턴 void

DummySingletons2() 공개 메소드

public DummySingletons2 ( ) : void
리턴 void

Encoding_Host2() 공개 메소드

public Encoding_Host2 ( ) : void
리턴 void

EvalBreak1() 공개 메소드

public EvalBreak1 ( ) : void
리턴 void

EvalBreak2() 공개 메소드

Break from a block called via Proc#call.
public EvalBreak2 ( ) : void
리턴 void

EvalBreak3() 공개 메소드

public EvalBreak3 ( ) : void
리턴 void

EvalNext1() 공개 메소드

public EvalNext1 ( ) : void
리턴 void

EvalRedo1() 공개 메소드

public EvalRedo1 ( ) : void
리턴 void

EvalRetry1() 공개 메소드

Block needs to set InLoop and InRescue flags on RFC to "false".
public EvalRetry1 ( ) : void
리턴 void

EvalRetry2() 공개 메소드

public EvalRetry2 ( ) : void
리턴 void

EvalReturn1() 공개 메소드

public EvalReturn1 ( ) : void
리턴 void

EvalReturn2() 공개 메소드

public EvalReturn2 ( ) : void
리턴 void

EvalReturn3() 공개 메소드

public EvalReturn3 ( ) : void
리턴 void

EvalReturn4() 공개 메소드

public EvalReturn4 ( ) : void
리턴 void

File1() 공개 메소드

public File1 ( ) : void
리턴 void

GlobalConstants1() 공개 메소드

The default interop constant_missing looks to scope only if called on Object.
public GlobalConstants1 ( ) : void
리턴 void

HostingDefaultOptions1() 공개 메소드

public HostingDefaultOptions1 ( ) : void
리턴 void

Interactive1() 공개 메소드

public Interactive1 ( ) : void
리턴 void

Interactive2() 공개 메소드

public Interactive2 ( ) : void
리턴 void

InvokeMemberCache1() 공개 메소드

public InvokeMemberCache1 ( ) : void
리턴 void

LibraryLoader1() 공개 메소드

public LibraryLoader1 ( ) : void
리턴 void

LibraryLoader2() 공개 메소드

public LibraryLoader2 ( ) : void
리턴 void

Load1() 공개 메소드

public Load1 ( ) : void
리턴 void

LoadAndGlobalConstants() 공개 메소드

Global constants defined in loaded code are defined on the anonymous module created by the load.
public LoadAndGlobalConstants ( ) : void
리턴 void

Loader_Assemblies1() 공개 메소드

public Loader_Assemblies1 ( ) : void
리턴 void

MainSingleton1() 공개 메소드

public MainSingleton1 ( ) : void
리턴 void

MainSingleton2() 공개 메소드

public MainSingleton2 ( ) : void
리턴 void

MethodToProc1() 공개 메소드

TODO: 1.9 actually doesn't allow proc.binding
public MethodToProc1 ( ) : void
리턴 void

ModuleSingletons1() 공개 메소드

Singleton(module)'s super-class is singleton(Module).
public ModuleSingletons1 ( ) : void
리턴 void

MutableString_IndexRegex1() 공개 메소드

public MutableString_IndexRegex1 ( ) : void
리턴 void

NamesEncoding1() 공개 메소드

public NamesEncoding1 ( ) : void
리턴 void

NumericLiterals1() 공개 메소드

public NumericLiterals1 ( ) : void
리턴 void

NumericOps1() 공개 메소드

public NumericOps1 ( ) : void
리턴 void

ObjectOperations1() 공개 메소드

public ObjectOperations1 ( ) : void
리턴 void

ObjectOperations2() 공개 메소드

public ObjectOperations2 ( ) : void
리턴 void

OverloadResolution_Block1() 공개 메소드

public OverloadResolution_Block1 ( ) : void
리턴 void

OverloadResolution_Numeric1() 공개 메소드

public OverloadResolution_Numeric1 ( ) : void
리턴 void

OverloadResolution_ParamArrays1() 공개 메소드

public OverloadResolution_ParamArrays1 ( ) : void
리턴 void

ParseBigInts1() 공개 메소드

public ParseBigInts1 ( ) : void
리턴 void

ParseIntegers1() 공개 메소드

public ParseIntegers1 ( ) : void
리턴 void

ParseSymbols1() 공개 메소드

public ParseSymbols1 ( ) : void
리턴 void

Parser1() 공개 메소드

public Parser1 ( ) : void
리턴 void

ProcCallCaching1() 공개 메소드

public ProcCallCaching1 ( ) : void
리턴 void

ProcNew1() 공개 메소드

public ProcNew1 ( ) : void
리턴 void

ProcNew2() 공개 메소드

public ProcNew2 ( ) : void
리턴 void

ProcNew3() 공개 메소드

public ProcNew3 ( ) : void
리턴 void

ProcNew4() 공개 메소드

public ProcNew4 ( ) : void
리턴 void

ProcPosition1() 공개 메소드

public ProcPosition1 ( ) : void
리턴 void

ProcSelf1() 공개 메소드

public ProcSelf1 ( ) : void
리턴 void

ProcYieldCaching1() 공개 메소드

public ProcYieldCaching1 ( ) : void
리턴 void

Proc_RhsAndBlockArguments1() 공개 메소드

public Proc_RhsAndBlockArguments1 ( ) : void
리턴 void

PythonInterop1() 공개 메소드

public PythonInterop1 ( ) : void
리턴 void

PythonInterop2() 공개 메소드

public PythonInterop2 ( ) : void
리턴 void

PythonInterop3() 공개 메소드

public PythonInterop3 ( ) : void
리턴 void

PythonInterop4() 공개 메소드

public PythonInterop4 ( ) : void
리턴 void

PythonInterop5() 공개 메소드

public PythonInterop5 ( ) : void
리턴 void

PythonInterop_Indexers_Fallback1() 공개 메소드

public PythonInterop_Indexers_Fallback1 ( ) : void
리턴 void

PythonInterop_InvokeMember_Fallback1() 공개 메소드

Python falls back if the member is not defined and Ruby then invokes the member with original casing.
public PythonInterop_InvokeMember_Fallback1 ( ) : void
리턴 void

PythonInterop_InvokeMember_Fallback2() 공개 메소드

Python falls back if the member is not defined and Ruby then invokes the member with original casing.
public PythonInterop_InvokeMember_Fallback2 ( ) : void
리턴 void

PythonInterop_NamedIndexers1() 공개 메소드

We convert a call to a setter with multiple parameters to a GetMember + SetIndex. This makes indexed properties on foreign meta-objects work.
public PythonInterop_NamedIndexers1 ( ) : void
리턴 void

PythonInterop_Operators_Fallback1() 공개 메소드

public PythonInterop_Operators_Fallback1 ( ) : void
리턴 void

Regex1() 공개 메소드

public Regex1 ( ) : void
리턴 void

Regex2() 공개 메소드

public Regex2 ( ) : void
리턴 void

RegexCondition1() 공개 메소드

public RegexCondition1 ( ) : void
리턴 void

RegexCondition2() 공개 메소드

public RegexCondition2 ( ) : void
리턴 void

RegexEscape1() 공개 메소드

public RegexEscape1 ( ) : void
리턴 void

Require1() 공개 메소드

public Require1 ( ) : void
리턴 void

RequireInterop1() 공개 메소드

public RequireInterop1 ( ) : void
리턴 void

RequireInterop2() 공개 메소드

public RequireInterop2 ( ) : void
리턴 void

Return1() 공개 메소드

public Return1 ( ) : void
리턴 void

Return2() 공개 메소드

public Return2 ( ) : void
리턴 void

Return3() 공개 메소드

public Return3 ( ) : void
리턴 void

Return4() 공개 메소드

public Return4 ( ) : void
리턴 void

Return5() 공개 메소드

public Return5 ( ) : void
리턴 void

Return6() 공개 메소드

public Return6 ( ) : void
리턴 void

Return7() 공개 메소드

public Return7 ( ) : void
리턴 void

Return8() 공개 메소드

public Return8 ( ) : void
리턴 void

RubyBlocks0() 공개 메소드

public RubyBlocks0 ( ) : void
리턴 void

RubyBlocks10A() 공개 메소드

Retry in a block.
public RubyBlocks10A ( ) : void
리턴 void

RubyBlocks10B() 공개 메소드

Retry in a block called via Proc#call.
public RubyBlocks10B ( ) : void
리턴 void

RubyBlocks11() 공개 메소드

Return with stack unwinding.
public RubyBlocks11 ( ) : void
리턴 void

RubyBlocks12() 공개 메소드

public RubyBlocks12 ( ) : void
리턴 void

RubyBlocks13() 공개 메소드

public RubyBlocks13 ( ) : void
리턴 void

RubyBlocks14A() 공개 메소드

Nested yielding.
public RubyBlocks14A ( ) : void
리턴 void

RubyBlocks14B() 공개 메소드

Covers RubyOps.YieldBlockBreak.
public RubyBlocks14B ( ) : void
리턴 void

RubyBlocks14C() 공개 메소드

Covers RubyOps.YieldBlockBreak error path.
public RubyBlocks14C ( ) : void
리턴 void

RubyBlocks15() 공개 메소드

Retry for-loop: for-loop should behave like x.each { } method call with a block, that is x is reevaluted on retry.
public RubyBlocks15 ( ) : void
리턴 void

RubyBlocks16() 공개 메소드

Tests optimization of block break from another block. Yield yields to a block that breaks to its proc-converter, which is foo. So the example should retrun 1 from the foo call. Break is propagated thru yields in two ways: 1) returning ReturnReason == Break via BlockParam (fast path) 2) throwing MethodUnwinder exception (slow path) ReturnReason should be propagated by yields as long as the owner of the block that contains the yield is the target frame for the break. That's the case for for-loop blocks in this test.
public RubyBlocks16 ( ) : void
리턴 void

RubyBlocks17() 공개 메소드

Retry is propagated to the 'each' call.
public RubyBlocks17 ( ) : void
리턴 void

RubyBlocks18() 공개 메소드

public RubyBlocks18 ( ) : void
리턴 void

RubyBlocks2() 공개 메소드

public RubyBlocks2 ( ) : void
리턴 void

RubyBlocks3() 공개 메소드

public RubyBlocks3 ( ) : void
리턴 void

RubyBlocks5() 공개 메소드

public RubyBlocks5 ( ) : void
리턴 void

RubyBlocks6() 공개 메소드

Return, yield and retry in a method.
public RubyBlocks6 ( ) : void
리턴 void

RubyBlocks7() 공개 메소드

Break in a block.
public RubyBlocks7 ( ) : void
리턴 void

RubyBlocks8() 공개 메소드

Redo in a block.
public RubyBlocks8 ( ) : void
리턴 void

RubyBlocks9() 공개 메소드

Next in a block.
public RubyBlocks9 ( ) : void
리턴 void

RubyBlocks_Params1() 공개 메소드

public RubyBlocks_Params1 ( ) : void
리턴 void

RubyBlocks_Params2() 공개 메소드

public RubyBlocks_Params2 ( ) : void
리턴 void

RubyBlocks_Params3() 공개 메소드

public RubyBlocks_Params3 ( ) : void
리턴 void

RubyHosting1A() 공개 메소드

public RubyHosting1A ( ) : void
리턴 void

RubyHosting1B() 공개 메소드

public RubyHosting1B ( ) : void
리턴 void

RubyHosting1C() 공개 메소드

public RubyHosting1C ( ) : void
리턴 void

RubyHosting1D() 공개 메소드

public RubyHosting1D ( ) : void
리턴 void

RubyHosting1E() 공개 메소드

missing_method on scope forwards to super class if the variable is not defined in scope; unmangled name is used if available and the mangled is not found in the scope.
public RubyHosting1E ( ) : void
리턴 void

RubyHosting1F() 공개 메소드

method_missing on main singleton can be invoked directly.
public RubyHosting1F ( ) : void
리턴 void

RubyHosting2() 공개 메소드

public RubyHosting2 ( ) : void
리턴 void

RubyHosting3() 공개 메소드

public RubyHosting3 ( ) : void
리턴 void

RubyHosting4() 공개 메소드

public RubyHosting4 ( ) : void
리턴 void

RubyHosting5() 공개 메소드

public RubyHosting5 ( ) : void
리턴 void

RubyHosting_DelegateConversions() 공개 메소드

public RubyHosting_DelegateConversions ( ) : void
리턴 void

RubyHosting_Scopes1() 공개 메소드

public RubyHosting_Scopes1 ( ) : void
리턴 void

RubyHosting_Scopes2() 공개 메소드

public RubyHosting_Scopes2 ( ) : void
리턴 void

RubyHosting_Scopes3() 공개 메소드

public RubyHosting_Scopes3 ( ) : void
리턴 void

RubyProcArgConversion1() 공개 메소드

public RubyProcArgConversion1 ( ) : void
리턴 void

RubyProcArgConversion2() 공개 메소드

public RubyProcArgConversion2 ( ) : void
리턴 void

RubyProcArgConversion3() 공개 메소드

public RubyProcArgConversion3 ( ) : void
리턴 void

RubyProcArgConversion4() 공개 메소드

public RubyProcArgConversion4 ( ) : void
리턴 void

RubyProcs1() 공개 메소드

public RubyProcs1 ( ) : void
리턴 void

RubyProcs2() 공개 메소드

Assigning to a block parameter should not affect yield.
public RubyProcs2 ( ) : void
리턴 void

Scenario_CaseSplatting1() 공개 메소드

public Scenario_CaseSplatting1 ( ) : void
리턴 void

Scenario_ClassVariables1() 공개 메소드

public Scenario_ClassVariables1 ( ) : void
리턴 void

Scenario_ClassVariables2() 공개 메소드

public Scenario_ClassVariables2 ( ) : void
리턴 void

Scenario_ClassVariables_Singletons() 공개 메소드

public Scenario_ClassVariables_Singletons ( ) : void
리턴 void

Scenario_Globals1() 공개 메소드

public Scenario_Globals1 ( ) : void
리턴 void

Scenario_MainSingleton() 공개 메소드

public Scenario_MainSingleton ( ) : void
리턴 void

Scenario_ParserLogging() 공개 메소드

public Scenario_ParserLogging ( ) : void
리턴 void

Scenario_RubyArgSplatting1() 공개 메소드

public Scenario_RubyArgSplatting1 ( ) : void
리턴 void

Scenario_RubyArgSplatting2() 공개 메소드

public Scenario_RubyArgSplatting2 ( ) : void
리턴 void

Scenario_RubyArgSplatting3() 공개 메소드

public Scenario_RubyArgSplatting3 ( ) : void
리턴 void

Scenario_RubyArgSplatting4() 공개 메소드

Splat anything that's IList (including arrays and values passed via out parameters).
public Scenario_RubyArgSplatting4 ( ) : void
리턴 void

Scenario_RubyArgSplatting5() 공개 메소드

public Scenario_RubyArgSplatting5 ( ) : void
리턴 void

Scenario_RubyArgSplatting6() 공개 메소드

public Scenario_RubyArgSplatting6 ( ) : void
리턴 void

Scenario_RubyBlockArgs3() 공개 메소드

RHS is list, LHS is not simple, but contains splatting.
public Scenario_RubyBlockArgs3 ( ) : void
리턴 void

Scenario_RubyBlockArgs4A() 공개 메소드

!L(1,-) && R(0,*), empty array to splat.
public Scenario_RubyBlockArgs4A ( ) : void
리턴 void

Scenario_RubyBlockArgs4B() 공개 메소드

Anonymous unsplat parameters.
public Scenario_RubyBlockArgs4B ( ) : void
리턴 void

Scenario_RubyBlockArgs5() 공개 메소드

public Scenario_RubyBlockArgs5 ( ) : void
리턴 void

Scenario_RubyBlockArgs6() 공개 메소드

public Scenario_RubyBlockArgs6 ( ) : void
리턴 void

Scenario_RubyBlockExpressions1() 공개 메소드

public Scenario_RubyBlockExpressions1 ( ) : void
리턴 void

Scenario_RubyClassVersions1() 공개 메소드

public Scenario_RubyClassVersions1 ( ) : void
리턴 void

Scenario_RubyClassVersions2() 공개 메소드

public Scenario_RubyClassVersions2 ( ) : void
리턴 void

Scenario_RubyClosures1() 공개 메소드

public Scenario_RubyClosures1 ( ) : void
리턴 void

Scenario_RubyConsole1() 공개 메소드

public Scenario_RubyConsole1 ( ) : void
리턴 void

Scenario_RubyInclusions1() 공개 메소드

public Scenario_RubyInclusions1 ( ) : void
리턴 void

Scenario_RubyLocals1() 공개 메소드

public Scenario_RubyLocals1 ( ) : void
리턴 void

Scenario_RubyMath1() 공개 메소드

public Scenario_RubyMath1 ( ) : void
리턴 void

Scenario_RubyMethodMissing1() 공개 메소드

public Scenario_RubyMethodMissing1 ( ) : void
리턴 void

Scenario_RubyMethodMissing2() 공개 메소드

public Scenario_RubyMethodMissing2 ( ) : void
리턴 void

Scenario_RubyParams1() 공개 메소드

public Scenario_RubyParams1 ( ) : void
리턴 void

Scenario_RubyParams2() 공개 메소드

public Scenario_RubyParams2 ( ) : void
리턴 void

Scenario_RubyProcCallArgs1() 공개 메소드

public Scenario_RubyProcCallArgs1 ( ) : void
리턴 void

Scenario_RubyProcCallArgs2A() 공개 메소드

public Scenario_RubyProcCallArgs2A ( ) : void
리턴 void

Scenario_RubyProcCallArgs2B() 공개 메소드

public Scenario_RubyProcCallArgs2B ( ) : void
리턴 void

Scenario_RubyProcCallArgs2C() 공개 메소드

public Scenario_RubyProcCallArgs2C ( ) : void
리턴 void

Scenario_RubyProcCallArgs2D() 공개 메소드

Tests MRI inconsistency in Yield1 vs YieldNoSplat1 when invoked from Call1.
public Scenario_RubyProcCallArgs2D ( ) : void
리턴 void

Scenario_RubyProcYieldArgs1() 공개 메소드

public Scenario_RubyProcYieldArgs1 ( ) : void
리턴 void

Scenario_RubyProcYieldArgs2() 공개 메소드

public Scenario_RubyProcYieldArgs2 ( ) : void
리턴 void

Scenario_RubyProcYieldArgs3() 공개 메소드

public Scenario_RubyProcYieldArgs3 ( ) : void
리턴 void

Scenario_RubyProcYieldArgs4() 공개 메소드

public Scenario_RubyProcYieldArgs4 ( ) : void
리턴 void

Scenario_RubyScopeParsing() 공개 메소드

public Scenario_RubyScopeParsing ( ) : void
리턴 void

Scenario_RubyScopes1() 공개 메소드

Tests that class lexical scopes are applied to method definitions.
public Scenario_RubyScopes1 ( ) : void
리턴 void

Scenario_RubyScopes2A() 공개 메소드

Uninitialized local variables.
public Scenario_RubyScopes2A ( ) : void
리턴 void

Scenario_RubyScopes2B() 공개 메소드

Uninitialized local variables in closure.
public Scenario_RubyScopes2B ( ) : void
리턴 void

Scenario_RubyScopes3() 공개 메소드

Tests that variables defined in module/class locals scope are not visible outside.
public Scenario_RubyScopes3 ( ) : void
리턴 void

Scenario_RubyScopes4() 공개 메소드

public Scenario_RubyScopes4 ( ) : void
리턴 void

Scenario_RubyScopes5() 공개 메소드

public Scenario_RubyScopes5 ( ) : void
리턴 void

Scenario_RubyScopes6() 공개 메소드

Nested module scopes - they don't have DLR tuples and therefore need to be skipped when looking up a storage from closure.
public Scenario_RubyScopes6 ( ) : void
리턴 void

Scenario_RubySingletonConstants1() 공개 메소드

public Scenario_RubySingletonConstants1 ( ) : void
리턴 void

Scenario_RubyThreads1() 공개 메소드

public Scenario_RubyThreads1 ( ) : void
리턴 void

Scenario_Startup() 공개 메소드

public Scenario_Startup ( ) : void
리턴 void

Scenario_UninitializedVars1() 공개 메소드

public Scenario_UninitializedVars1 ( ) : void
리턴 void

Scenario_UninitializedVars2() 공개 메소드

public Scenario_UninitializedVars2 ( ) : void
리턴 void

Scenario_YieldCodeGen() 공개 메소드

public Scenario_YieldCodeGen ( ) : void
리턴 void

SingletonCaching1() 공개 메소드

public SingletonCaching1 ( ) : void
리턴 void

SingletonCaching2A() 공개 메소드

IRubyObjects.
public SingletonCaching2A ( ) : void
리턴 void

SingletonCaching2B() 공개 메소드

Object.
public SingletonCaching2B ( ) : void
리턴 void

SingletonCaching2C() 공개 메소드

CLR types.
public SingletonCaching2C ( ) : void
리턴 void

SingletonMethodDefinitionOnSingletons1() 공개 메소드

public SingletonMethodDefinitionOnSingletons1 ( ) : void
리턴 void

Singletons1A() 공개 메소드

Ruby class.
public Singletons1A ( ) : void
리턴 void

Singletons1B() 공개 메소드

Object.
public Singletons1B ( ) : void
리턴 void

Singletons1C() 공개 메소드

A subclass of a CLR class.
public Singletons1C ( ) : void
리턴 void

Singletons1D() 공개 메소드

A CLR class.
public Singletons1D ( ) : void
리턴 void

Singletons1_Test() 공개 메소드

public Singletons1_Test ( string className, string inherits ) : void
className string
inherits string
리턴 void

Singletons2() 공개 메소드

public Singletons2 ( ) : void
리턴 void

Singletons3() 공개 메소드

public Singletons3 ( ) : void
리턴 void

SplattingProtocol1() 공개 메소드

public SplattingProtocol1 ( ) : void
리턴 void

Strings0() 공개 메소드

public Strings0 ( ) : void
리턴 void

Strings1() 공개 메소드

public Strings1 ( ) : void
리턴 void

Strings2() 공개 메소드

public Strings2 ( ) : void
리턴 void

Strings3() 공개 메소드

public Strings3 ( ) : void
리턴 void

Strings4() 공개 메소드

public Strings4 ( ) : void
리턴 void

Strings5() 공개 메소드

public Strings5 ( ) : void
리턴 void

Strings6() 공개 메소드

public Strings6 ( ) : void
리턴 void

Strings7() 공개 메소드

public Strings7 ( ) : void
리턴 void

Strings8() 공개 메소드

public Strings8 ( ) : void
리턴 void

Strings9() 공개 메소드

public Strings9 ( ) : void
리턴 void

StringsPlus() 공개 메소드

public StringsPlus ( ) : void
리턴 void

SymbolToProc1() 공개 메소드

public SymbolToProc1 ( ) : void
리턴 void

Symbols1() 공개 메소드

public Symbols1 ( ) : void
리턴 void

Test_Reverse() 공개 메소드

public Test_Reverse ( byte b, RubyEncoding e, byte expected ) : void
b byte
e RubyEncoding
expected byte
리턴 void

Tests() 공개 메소드

public Tests ( Driver driver ) : System
driver Driver
리턴 System

ToSConversion1() 공개 메소드

Embedded string does call "to_s" w/o calling "respond_to?" first.
public ToSConversion1 ( ) : void
리턴 void

ToSConversion2() 공개 메소드

public ToSConversion2 ( ) : void
리턴 void

TokenCategorizer2() 공개 메소드

public TokenCategorizer2 ( ) : void
리턴 void

TokenizeIdentifiers1() 공개 메소드

public TokenizeIdentifiers1 ( ) : void
리턴 void

UnqualifiedConstants1() 공개 메소드

Unqualified constant lookup should search in lexical scopes from inner most to the outer most looking into modules for constant declared in those modules and their mixins. It shouldn't look to base classes nor mixins.
public UnqualifiedConstants1 ( ) : void
리턴 void

UnqualifiedConstants2() 공개 메소드

If a constant is not found in the current scope chain, the inner-most module scope's module/class and its ancestors are checked.
public UnqualifiedConstants2 ( ) : void
리턴 void