JBR-2890 Disable jcef tests on 32-bit and aarch64 platforms

(cherry picked from commit d34d6528fe)
This commit is contained in:
Mikhail Grishchenko
2020-11-25 20:37:27 +07:00
committed by jbrbot
parent 4e97077eb8
commit f6383a5c48
6 changed files with 6 additions and 1 deletions

View File

@@ -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
*/

View File

@@ -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

View File

@@ -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

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/