mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8272358: Some tests may fail when executed with other locales than the US
Reviewed-by: aivanov
This commit is contained in:
parent
ce4471f806
commit
29e552c03a
4 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -25,7 +25,7 @@
|
|||
* @test
|
||||
* @bug 8003639
|
||||
* @summary convert lambda testng tests to jtreg and add them
|
||||
* @run testng LambdaTranslationTest1
|
||||
* @run testng/othervm -Duser.language=en -Duser.country=US LambdaTranslationTest1
|
||||
*/
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue