Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
20cb4ca730ffe4aa8263ef10a16a5a3e4c1d9f13
/
nashorn
/
test
f932f4f
8139047: add test for JSAdapter __getIds__
by Michael Haupt
· 9 years ago
0b4df44
8139038: cleanup and documentation around JSAdapter
by Michael Haupt
· 9 years ago
4b93e36
8138758: U+180E not recognized as whitespace by Joni
by Hannes Wallnöfer
· 9 years ago
26fc600
8138882: Performance regression due to anonymous classloading
by Hannes Wallnöfer
· 9 years ago
c1fa6e3
8137281: OutOfMemoryError with large numeric keys in JSON.parse
by Hannes Wallnöfer
· 9 years ago
a7d931c
8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
by Athijegannathan Sundararajan
· 9 years ago
8b9c730
8138632: Sparse array does not handle growth of underlying dense array
by Hannes Wallnöfer
· 9 years ago
be533e6
8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
by Athijegannathan Sundararajan
· 9 years ago
54f2d18
8134488: var statement in if(false) block incorrectly evacuated into enclosing function
by Attila Szegedi
· 9 years ago
f231e5a
8134490: Dead var statement evacuation incorrectly descends into nested functions
by Attila Szegedi
· 9 years ago
1a8570a
8137134: invokespecial on indirect super interface is generated by Java adapter generator
by Athijegannathan Sundararajan
· 9 years ago
ef8d5d8
8136894: test/script/currently-failing/gettersetter.js passes, move it out of currently-failing tests
by Athijegannathan Sundararajan
· 9 years ago
e8aef5c
8136832: property_delete.js tests be moved out from currently-failing
by Athijegannathan Sundararajan
· 9 years ago
008b5c0
8135190: Method code too large in Babel browser.js script
by Hannes Wallnöfer
· 9 years ago
c289827
8136694: Megemorphic scope access does not throw ReferenceError when property is missing
by Athijegannathan Sundararajan
· 9 years ago
f4e6cd0
8134609: Allow constructors with same prototoype map to share the allocator map
by Hannes Wallnöfer
· 9 years ago
1b10b82
8136544: Call site switching to megamorphic causes incorrect property read
by Athijegannathan Sundararajan
· 9 years ago
9698127
8080501: javaarrayconversion.js test is flawed
by Athijegannathan Sundararajan
· 9 years ago
0ec14b7
8135336: Fix broken build after JDK-8135262
by Attila Szegedi
· 9 years ago
b43c9b8
8135262: Sanitize CodeInstaller API
by Attila Szegedi
· 9 years ago
14a6271
8134569: Add tests for prototype callsites
by Hannes Wallnöfer
· 9 years ago
bc7be8c
8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5
by Hannes Wallnöfer
· 9 years ago
0aac86c
Merge
by Michael Haupt
· 9 years ago
7099352
8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
by Athijegannathan Sundararajan
· 9 years ago
dcc5af1
8134939: Improve toString method of Dynalink DynamicMethod objects
by Attila Szegedi
· 9 years ago
5176e1d
8134865: Need to restore for container block from lexical context in finally
by Andreas Woess
· 9 years ago
2af0ac7
8134873: Implement support for ES6 numeric literals
by Andreas Woess
· 9 years ago
5c04be3
8068901: Surprising behavior with more than one functional interface on a class
by Athijegannathan Sundararajan
· 9 years ago
eb2b577
8134731: Function.prototype.apply interacts incorrectly with arguments
by Athijegannathan Sundararajan
· 9 years ago
089307f
8134484: disallow backquotes as heredoc end marker delimiters
by Michael Haupt
· 9 years ago
f6fe258
8073613: Here documents: how to avoid string interpolation?
by Michael Haupt
· 9 years ago
373f590
8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
by Attila Szegedi
· 9 years ago
5899d6f
8077168: CodeStoreAndPathTest.java fails in jtreg mode on Mac
by Michael Haupt
· 9 years ago
67e6d1b
8133624: Move JDK-8055034.js and JDK-8130127.js to currently-failing directory to exclude from test run
by Athijegannathan Sundararajan
· 9 years ago
8d8c82f
8133119: Error message associated with TypeError for call and new should include stringified Node
by Athijegannathan Sundararajan
· 9 years ago
b2ad94c
8073733: TypeError messages with "call" and "new" could be improved
by Athijegannathan Sundararajan
· 9 years ago
d2fdc74
8132092: Nashorn copyright has to be updated
by Athijegannathan Sundararajan
· 9 years ago
ecd527c
8131683: Delete fails over multiple scopes
by Hannes Wallnöfer
· 10 years ago
978d434
8131340: Varargs function is recompiled each time it is linked
by Hannes Wallnöfer
· 10 years ago
2ae906b
8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
by Athijegannathan Sundararajan
· 10 years ago
94c9e33
8130853: Non-extensible global is not handled property
by Athijegannathan Sundararajan
· 10 years ago
4a2aab1
8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
by Athijegannathan Sundararajan
· 10 years ago
6980a8e
8130306: enable running Nashorn test on Windows
by Michael Haupt
· 10 years ago
eacc58b
8130127: streamline input parameter of Nashorn scripting $EXEC function
by Michael Haupt
· 10 years ago
d9a4c01
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
by Athijegannathan Sundararajan
· 10 years ago
74b5de9
8130035: Move test/script/basic/NASHORN-627.js to currently-failing until JDK-8129881 is fixed
by Attila Szegedi
· 10 years ago
35d84fe
8129597: Add tier 3 test definitions to the JDK 9 forest
by Joe Darcy
· 10 years ago
bafa097
8129410: Java adapters with class-level overrides should preserve variable arity constructors
by Attila Szegedi
· 10 years ago
55f2b58
8098847: obj."prop" and obj.'prop' should result in SyntaxError
by Athijegannathan Sundararajan
· 10 years ago
28f8652
8087312: PropertyMapWrapper.equals should compare className
by Hannes Wallnöfer
· 10 years ago
2ea5c82
8098578: Global scope is not accessible with indirect load call
by Athijegannathan Sundararajan
· 10 years ago
e87ce70
8098807: Strict eval throws ClassCastException with large scripts
by Hannes Wallnöfer
· 10 years ago
3c76c77
8098546: eval within a 'with' leaks definitions into global scope
by Hannes Wallnöfer
· 10 years ago
21c3399
8086052: Script evaluation should not return last function declaration
by Hannes Wallnöfer
· 10 years ago
907f7f2
8087211: Indirect evals should be strict with -strict option
by Athijegannathan Sundararajan
· 10 years ago
f5e4491
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
by Athijegannathan Sundararajan
· 10 years ago
2466fa7
8085802: Nashorn -nse option causes parse error on anonymous function definition
by Athijegannathan Sundararajan
· 10 years ago
cd39746
8080087: Nashorn $ENV.PWD is originally undefined
by Michael Haupt
· 10 years ago
b7ecae1
8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object
by Hannes Wallnöfer
· 10 years ago
b09c299
8081604: rename ScriptingFunctions.tokenizeCommandLine
by Michael Haupt
· 10 years ago
0d2785c
8066773: JSON-friendly wrapper for objects
by Attila Szegedi
· 10 years ago
63cb346
8075555: Add tiered testing definitions to the nashorn repo
by Joe Darcy
· 10 years ago
c3b0b57
8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
by Athijegannathan Sundararajan
· 10 years ago
d321ca9
8081156: jjs "nashorn.args" system property is not effective when script arguments are passed
by Athijegannathan Sundararajan
· 10 years ago
6e24cff
8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
by Attila Szegedi
· 10 years ago
b05ced9
8007456: Nashorn test framework @argument does not handle quoted strings
by Athijegannathan Sundararajan
· 10 years ago
1333ff7
8081062: ListAdapter should take advantage of JSObject
by Attila Szegedi
· 10 years ago
f9b1376
8081015: Allow conversion of native arrays to Queue and Collection
by Attila Szegedi
· 10 years ago
5b954fd
8036743: need ArrayBuffer constructor with specified data
by Athijegannathan Sundararajan
· 10 years ago
5431091
8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
by Athijegannathan Sundararajan
· 10 years ago
8777094
8080848: delete of bound Java method property results in crash
by Athijegannathan Sundararajan
· 10 years ago
c9191f5
8078414: Don't create impossible converters for ScriptObjectMirror
by Attila Szegedi
· 10 years ago
6a8c677
8080471: fix usage of replace and file separator in Nashorn tests
by Michael Haupt
· 10 years ago
9674730
8079424: code generator for discarded boolean logical operation has an extra pop
by Attila Szegedi
· 10 years ago
68085fd
8080295: Need to adjust test output for 8067931
by Attila Szegedi
· 10 years ago
c8dc03d
8080182: Array.prototype.sort throws IAE on inconsistent comparison
by Athijegannathan Sundararajan
· 10 years ago
b9fbd2d
8079470: Misleading error message when explicit signature constructor is called with wrong arguments
by Athijegannathan Sundararajan
· 10 years ago
a2301ac
8066237: Fuzzing bug: Parser error on optimistic recompilation
by Hannes Wallnöfer
· 10 years ago
dbcd4ae
8079269: Optimistic rewrite in object literal causes ArrayIndexOutOfBoundsException
by Attila Szegedi
· 10 years ago
08e8a63
8078612: Persistent code cache should support more configurations
by Hannes Wallnöfer
· 10 years ago
b3fa231
8078049: Nashorn crashes when attempting to start TypeScript compiler
by Hannes Wallnöfer
· 10 years ago
c863432
8053905: Eager code generation fails for earley boyer with split threshold set to 1000
by Hannes Wallnöfer
· 10 years ago
9becc30
8066407: Function with same body not reparsed after SyntaxError
by Hannes Wallnöfer
· 10 years ago
bc04834
8071928: Instance properties with getters returning wrong values
by Hannes Wallnöfer
· 10 years ago
d7248ad
8073846: Javascript for-in loop returned extra keys
by Hannes Wallnöfer
· 10 years ago
a000d51
8077955: Undeclared globals in eval code should not be handled as fast scope
by Hannes Wallnöfer
· 10 years ago
2cbce41
8067215: Disable dual fields when not using optimistic types
by Hannes Wallnöfer
· 10 years ago
fcb7a55
8076972: Several nashorn tests failing
by Athijegannathan Sundararajan
· 10 years ago
44b017b
8076646: nashorn tests should avoid using package names used by nashorn sources
by Athijegannathan Sundararajan
· 10 years ago
c74264d
8075366: Slow scope access to global let/const does not work
by Hannes Wallnöfer
· 10 years ago
9454c8c
8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
by Hannes Wallnöfer
· 10 years ago
268d8ef
8075927: toNumber(String) accepts illegal characters
by Hannes Wallnöfer
· 10 years ago
540bb21
8075240: Output of some tests contains platform specific line break
by Sergey Lugovoy
· 10 years ago
b7d77b1
8068306: Tests for AST presentation Nashorn Parser API
by Sergey Lugovoy
· 10 years ago
898bf9b
8075454: Anonymous functions have internal names exposed via parser API
by Athijegannathan Sundararajan
· 10 years ago
f75ee76
8075448: nashorn parser API returns init variable tree object of a for loop after for loop statement tree object
by Athijegannathan Sundararajan
· 10 years ago
999ce35
8066217: ArrayBuffer constructor was erroneous with zero args
by Marcus Lagergren
· 10 years ago
cf37646
8075207: Nashorn parser API returns StatementTree objects in out of order
by Athijegannathan Sundararajan
· 10 years ago
4c6eb2b
8075090: Add tests for the basic failure of try/finally compilation
by Attila Szegedi
· 10 years ago
235fd3b
8074693: Different instances of same function use same allocator map
by Hannes Wallnöfer
· 10 years ago
Next »