| openjfx-compiler:/trunk/test/features/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories
|
Changelog
4847
by ashusherov on
31 December 2008, 09:14:07 -0800
(7 days ago)
Testing sequences containing elements of new numeric types.
./F26-numerics/VarScopes.fx
4847
./F26-numerics/Sequences.fx
4847
4846
by ashusherov on
30 December 2008, 00:38:52 -0800
(8 days ago)
Testing convertions of numeric types used in variables
./F26-numerics/VarConversions/ToByteWarnings.fx.EXPECTED
4846
./F26-numerics/VarConversions/ToLongErrors.fx.EXPECTED
4846
./F26-numerics/VarConversions/Values.fx
4846
./F26-numerics/VarConversions/ToByte.fx
4846
./F26-numerics/VarConversions/ToFloat.fx
4846
4844
by vitek on
26 December 2008, 14:59:09 -0800
(12 days ago)
Method returns and numerics
./F26-numerics/MethodReturn.fx
4844
4842
by ashusherov on
26 December 2008, 09:58:34 -0800
(12 days ago)
Testing boundary values of new numeric types and operations with these types.
./F26-numerics/VarOperations.fx
4842
./F26-numerics/VarBoundaryValues.fx
4842
4841
by vitek on
25 December 2008, 13:56:31 -0800
(13 days ago)
no comment
./F26-numerics/MethodOverride.fx
4841
./F26-numerics/MethodOverloadJava.fx.EXPECTED
4841
./F26-numerics/MethodOverrideJava.fx.EXPECTED
4841
./F26-numerics/MethodOverrideJava.fx
4841
./F26-numerics/MethodOverload.fx
4841
4839
by vitek on
25 December 2008, 06:16:58 -0800
(13 days ago)
Numerics and methods (overloading, overriding, inheritance)
./F26-numerics/MethodOverloadJavaClass.java
4839
./F26-numerics/MethodOverloadJava.fx.EXPECTED
4839
./F26-numerics/MethodOverrideJava.fx.EXPECTED
4839
./F26-numerics/MethodOverrideJava.fx
4839
./F26-numerics/MethodOverload.fx
4839
4833
by ashusherov on
23 December 2008, 09:51:38 -0800
(15 days ago)
Testing numeric types in variables: declaration
./F26-numerics/VarScopes.fx
4833
4832
by vitek on
23 December 2008, 08:41:45 -0800
(15 days ago)
Method overloading and numeric types.
./F26-numerics
4832
./F26-numerics/MethodOverload.fx
4832
4819
by rfield on
19 December 2008, 20:37:56 -0800
(18 days ago)
Fixed JFXC-2547 : Number->Float: FAILED F7-multiple-module/Main.fx Fxed JFXC-2546 : Number->Float: FAILED F14-sequence-creation/Main.fx Switched to using 2^-n numbers. 2 failures down, failure count …
./F7-multiple-module/Main.fx
4819
./F14-sequence-creation/Main.fx
4819
4808
by bothner on
18 December 2008, 23:16:35 -0800
(19 days ago)
Various fixes to handle all the "other" primitive types. Rename them: JavaByte to Byte and so on, since they're now "first-class". Plus Number is now float, rather than double.
./F24-reflection/Main.fx.EXPECTED
4808
4791
by briangoetz on
18 December 2008, 13:34:12 -0800
(20 days ago)
Progress JFXC-2530: Feature tests for lazy bind. Test for lazy bind to function call.
./F25-lazy-bind/LazyFunctionCall.fx
4791
4789
by briangoetz on
18 December 2008, 13:29:45 -0800
(20 days ago)
Progress JFXC-2530: Feature tests for lazy bind. Sequence tests. Fix laziness propagation in IndirectXxx classes.
./F25-lazy-bind/LazySequenceBind.fx
4789
./F25-lazy-bind/LazySequenceBind.fx.EXPECTED
4789
4788
by briangoetz on
18 December 2008, 13:14:25 -0800
(20 days ago)
Progress JFXC-2530: Feature tests for lazy bind. Lazy behind lazy, object literals, object literal initializers, class members.
./F25-lazy-bind/LazyBehindLazy.fx
4788
./F25-lazy-bind/LazyIfBind.fx.EXPECTED
4788
./F25-lazy-bind/LazyMemberBind.fx.EXPECTED
4788
./F25-lazy-bind/LazyObjectLiteral.fx.EXPECTED
4788
./F25-lazy-bind/LazyBehindLazy.fx.EXPECTED
4788
4787
by briangoetz on
18 December 2008, 12:14:50 -0800
(20 days ago)
Progress JFXC-2530: Feature test for lazy bind. Eager behind lazy, lazy if.
./F25-lazy-bind/LazyIfBind.fx.EXPECTED
4787
./F25-lazy-bind/EagerBehindLazy.fx
4787
./F25-lazy-bind/EagerBehindLazy.fx.EXPECTED
4787
./F25-lazy-bind/LazyIfBind.fx
4787
4785
by briangoetz on
18 December 2008, 11:38:10 -0800
(20 days ago)
Progress JFXC-2530: Acceptance test for lazy bind. So far, validated simple lazy bind, lazy-behind-eager (eager bind undoes laziness), and binding to equality expressions.
./F25-lazy-bind
4785
./F25-lazy-bind/SimpleLazyBind.fx.EXPECTED
4785
./F25-lazy-bind/LazySequenceBind.fx
4785
./F25-lazy-bind/LazyBehindEager.fx.EXPECTED
4785
./F25-lazy-bind/LazySequenceBind.fx.EXPECTED
4785
4630
by sundararajana on
12 November 2008, 23:24:53 -0800
(55 days ago)
Adding more operator tests for Duration.
./F22-time-literals/DurationOperators.fx.EXPECTED
4630
./F22-time-literals/DurationOperators.fx
4630
4625
by sundararajana on
12 November 2008, 20:40:42 -0800
(55 days ago)
Fixing JFXC-2350 - Division not supported for Duration.
./F22-time-literals/Ratio.fx
4625
./F22-time-literals/Ratio.fx.EXPECTED
4625
4568
by bothner on
05 November 2008, 17:13:21 -0800
(2 months 2 days ago)
Add test to avoid ClassCastException on function types. This fixes JFXC-1425 "getAttributes(boolean) reflection method throws ClassCastException with function type attr". Also, map java.lang.Void in …
./F24-reflection/Main.fx.EXPECTED
4568
./F24-reflection/Main.fx
4568
4484
by bothner on
22 October 2008, 14:50:36 -0700
(2 months 16 days ago)
Add test for reflection tolerating method with generic return type.
./F24-reflection/Main.fx.EXPECTED
4484
./F24-reflection/Bar.java
4484
./F24-reflection/Main.fx
4484
4440
by bothner on
17 October 2008, 10:33:08 -0700
(2 months 21 days ago)
Let the ClassType.getFunction reflection method find script-level functions (or more generally: static methods) in compound classes. This fixes JFXC-2197 "javafx.reflect getFunction() method does not …
./F24-reflection/Main.fx.EXPECTED
4440
./F24-reflection/Main.fx
4440
4366
by bothner on
08 October 2008, 21:26:13 -0700
(2 months 29 days ago)
Add some tests for anonymous classes. This tests the fix for RT-968 "Overriding vars causes (seemingly unrelated) Stylesheet errors." Note the output 'myAnonRectRef.super: [class MyRect, class java.la…
./F24-reflection/Main.fx.EXPECTED
4366
./F24-reflection/Main.fx
4366
4358
by ssides on
08 October 2008, 12:13:38 -0700
(2 months 30 days ago)
Rename print function for Mobile test compatibility
./F7-multiple-module/Moo.fx
4358
./F7-multiple-module/Main.fx
4358
4357
by ssides on
08 October 2008, 12:07:57 -0700
(2 months 30 days ago)
Rename print function for Mobile test compatibility
./F15-list-comprehensions/Main.fx
4357
4275
by bothner on
02 October 2008, 17:49:59 -0700
(3 months 5 days ago)
Added covariance test from Kenneth Russell.
./F24-reflection/Main.fx.EXPECTED
4275
./F24-reflection/Main.fx
4275
4024
by bothner on
10 September 2008, 13:06:36 -0700
(3 months 27 days ago)
Implement missing support for Boolean primitive type.
./F24-reflection/Main.fx.EXPECTED
4024
3995
by bothner on
06 September 2008, 14:02:43 -0700
(4 months 1 day ago)
Add basic support for object construction, specifically setting "parts" of the new object, as in a object literal.
./F24-reflection/Main.fx.EXPECTED
3995
./F24-reflection/Main.fx
3995
3989
by bothner on
05 September 2008, 17:18:28 -0700
(4 months 2 days ago)
Implement FXLocal.VarMember.isStatic(). Add tests for accessing script-level (static) members.
./F24-reflection/MyShape.fx
3989
./F24-reflection/Main.fx.EXPECTED
3989
./F24-reflection/Main.fx
3989
3987
by bothner on
05 September 2008, 15:30:33 -0700
(4 months 2 days ago)
Skip "javafx$run$" method. In test-suite, check for object allocation. That fails for non-public classes, so move the test classes into deperate files, so we can make them public. That's a more real…
./F24-reflection/MyShape.fx
3987
./F24-reflection/Main.fx.EXPECTED
3987
./F24-reflection/Main.fx
3987
./F24-reflection/MyCanvasItem.fx
3987
./F24-reflection/MyRect.fx
3987
3981
by bothner on
05 September 2008, 12:38:09 -0700
(4 months 2 days ago)
Add minimal support for boolean primitive type. Add support for Java array types. Change FXMember.getDeclaringType to return a FXClassType, and rename to getDeclaringClass. Sort Members as returned…
./F24-reflection/Main.fx.EXPECTED
3981
./F24-reflection/Main.fx
3981
3978
by bothner on
05 September 2008, 08:56:18 -0700
(4 months 2 days ago)
New FXFunctionType. Use it. This fixes a bug where minArgs wasn't getting set, and so parameter types weren't printed. In makeTypeRef, treat a TypeVariable as Object. This is a kludge, but fixes a…
./F24-reflection/Main.fx.EXPECTED
3978
./F24-reflection/Main.fx
3978
|