mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-2890 Disable jcef tests on 32-bit and aarch64 platforms
(cherry picked from commit d34d6528fe)
This commit is contained in:
committed by
jbrbot
parent
4e97077eb8
commit
f6383a5c48
@@ -17,6 +17,7 @@ import java.util.concurrent.TimeUnit;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary Regression test for JBR-2430. The test checks that JS Query is handled in 2nd opened browser.
|
||||
* @run main/othervm HandleJSQueryTest
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.util.function.Consumer;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.family == "windows")
|
||||
* @requires (os.family == "windows") & (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary JBR-2866 - Tests that HwFacade window used in IDEA does not bring to front when shown.
|
||||
* @author Anton Tarasov
|
||||
* @run main/othervm HwFacadeWindowNoFrontTest
|
||||
|
||||
@@ -14,6 +14,7 @@ import java.util.concurrent.TimeUnit;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary Tests that JCEF starts and loads empty page with no crash
|
||||
* @author Anton Tarasov
|
||||
* @run main JCEFStartupTest
|
||||
|
||||
@@ -14,6 +14,7 @@ import java.util.concurrent.TimeUnit;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary Regression test for JBR-2259. The test checks that website is loaded with and without showing Browser UI.
|
||||
* @run main LoadPageWithoutUI
|
||||
*/
|
||||
|
||||
@@ -8,6 +8,7 @@ import java.util.concurrent.TimeUnit;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary Regression test for JBR-2412. The test checks that mouse actions are handled on jcef browser after hide and show it.
|
||||
* @run main/othervm MouseEventAfterHideAndShowBrowserTest
|
||||
*/
|
||||
|
||||
@@ -6,6 +6,7 @@ import java.lang.reflect.InvocationTargetException;
|
||||
/**
|
||||
* @test
|
||||
* @key headful
|
||||
* @requires (os.arch != "x86" & os.arch != "i386" & os.arch != "aarch64")
|
||||
* @summary Regression test for JBR-2639. The test checks that mouse actions are handled on jcef browser.
|
||||
* @run main/othervm MouseEventTest
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user