Alexey Andreev
08eb2da9b0
Add travis_wait for long-running test compilation
2017-05-08 20:55:58 +03:00
Alexey Andreev
9016682a1b
Fix hanging html4j tests
2017-05-08 19:06:52 +03:00
Alexey Andreev
4b6193baca
Fix bug in escape analysis. See #271
2017-05-08 18:44:58 +03:00
Alexey Andreev
812aa5a682
Fix bugs in textual IR parser and stringifier
2017-05-08 18:17:33 +03:00
Jaroslav Tulach
1139c2bd6c
Test methods shall not be static
2017-05-08 14:40:31 +03:00
Jaroslav Tulach
e86135a792
Repeat execution of some tests that rely on asynch retry when they throw InterruptedException
2017-05-08 14:40:31 +03:00
Jaroslav Tulach
ffd2f0211e
Initialization of ClassLoaders isn't really needed
2017-05-08 14:40:31 +03:00
Jaroslav Tulach
ada6225022
Skeleton for running Knockout TCK tests
2017-05-08 14:40:31 +03:00
Alexey Andreev
2d5f6a81c2
Improve peformance of Long.hashCode
2017-05-07 22:18:10 +03:00
Alexey Andreev
48d14570b2
Make Long/Float/Double/Integer compare/hashCode methods cross-platform
2017-05-07 22:06:44 +03:00
Alexey Andreev
e884bb35c9
Fix System.setErr/setOut methods
2017-05-07 21:32:35 +03:00
Alexey Andreev
293e82a3c0
In class inference add rules for known types of method parameters
...
and method return value
2017-04-27 00:14:14 +03:00
Alexey Andreev
8d9240df36
When eliminating constant conditions, and removing dead branch,
...
also remove corresponding phi input to avoid clashes with further
optimizations
2017-04-25 22:57:57 +03:00
Alexey Andreev
3c4ec550c4
Fix test runner
2017-04-23 23:51:16 +03:00
Alexey Andreev
df5545ffd6
Move xvfb startup to script section
2017-04-23 17:58:42 +03:00
Alexey Andreev
0f5a4c9ef4
Trying to fix build
2017-04-22 20:33:21 +03:00
Alexey Andreev
6ecfefe9c8
Testing travis setup
2017-04-22 20:08:30 +03:00
Alexey Andreev
6298e2c498
Testing travis setup
2017-04-22 18:57:06 +03:00
Alexey Andreev
1fc4e85ae8
Use firefox to run tests in travis
2017-04-22 18:18:00 +03:00
Alexey Andreev
60bcf97933
Use websocket client to run tests
2017-04-22 18:14:55 +03:00
Alexey Andreev
3c3448e812
Change HTML format settings in IDEA
2017-04-22 18:05:51 +03:00
Alexey Andreev
122e2f157d
Add travis branch for experiments with CI configuration
2017-04-22 15:45:34 +03:00
Alexey Andreev
a2d9d9c75a
Fix build
2017-04-22 14:17:23 +03:00
Alexey Andreev
c8617bacea
Use another approach to install chrome
2017-04-22 14:14:50 +03:00
Alexey Andreev
058566e731
Fix bug in JSO
2017-04-22 14:11:24 +03:00
Alexey Andreev
6144a4bd14
Fix build
2017-04-22 13:48:35 +03:00
Alexey Andreev
ceab733fc0
Temporarily disable headless chrome tests
2017-04-22 13:28:03 +03:00
Alexey Andreev
b190b608cd
Add libstdc++ dependency
2017-04-22 13:23:52 +03:00
Alexey Andreev
f047fbc302
Fix command that starts chromium in background
2017-04-22 13:00:12 +03:00
Alexey Andreev
f9a9ce38a4
Fix wget command
2017-04-22 12:40:08 +03:00
Alexey Andreev
c7f0749671
Fix node.js version in travis. Fix htmlUnit profile in maven
2017-04-22 12:13:51 +03:00
Alexey Andreev
790f4e9eee
Fix npm configuration
2017-04-22 11:45:28 +03:00
Alexey Andreev
90f61fe87b
Update travis configuration to run tests in headless chrome
2017-04-22 11:32:46 +03:00
Alexey Andreev
519cd71636
Change presentation of test suites in headless chrome runner
2017-04-22 11:32:19 +03:00
Alexey Andreev
80194f054e
Fix flaky test
2017-04-22 00:47:47 +03:00
Alexey Andreev
8e67fe0168
Escape undefined unicode characters in string literal
2017-04-22 00:38:04 +03:00
Alexey Andreev
b409355000
Fix Class.newInstance in minified mode
2017-04-22 00:32:28 +03:00
Alexey Andreev
d5db7270be
Move expected exception handling off test runner.
...
Implement it in launcher genertor instead
2017-04-22 00:26:43 +03:00
Alexey Andreev
e6606302cc
Add test runner on headless chrome
2017-04-21 23:51:35 +03:00
Alexey Andreev
653caa00b3
Fixes for html4j/ko4j
...
1. Replace Class.forName(cls.getName) with class initializer
2. Reduce set of compiled annotations to classes that actually
get called getAnnotations()
2017-04-18 00:08:09 +03:00
Alexey Andreev
f347de44a9
WASM: fix metadata intrinsics
2017-04-17 00:09:14 +03:00
Alexey Andreev
9e6061c3f1
WASM: implementing intrinsics to access resources
2017-04-17 00:09:14 +03:00
Alexey Andreev
05d4652c86
WASM: add intrinsic that writes metadata to static binary
2017-04-17 00:09:14 +03:00
Alexey Andreev
f716a4be62
WASM: refactoring resource generator
2017-04-17 00:09:14 +03:00
Alexey Andreev
f1da7a417e
WASM: preparing to implement metadata API
2017-04-17 00:09:14 +03:00
Alexey Andreev
530fe1d277
JS: remove references to window. See #269
2017-04-15 13:40:54 +03:00
Alexey Andreev
1993060824
html4j: add toString method to enums passed to JavaScript via html4j API
2017-04-15 13:17:20 +03:00
Alexey Andreev
c4ada881d2
html4j: implement undefined-to-null conversion
2017-04-15 12:39:50 +03:00
Alexey Andreev
56a03e44b1
Add IDEA launch configuration to run html4j tests
2017-04-15 12:39:22 +03:00
Alexey Andreev
54accaff5b
WASM: use signed comparison for lookupswitch
2017-04-15 12:22:35 +03:00