mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8166553: undeclared dependencies for two IO tests
Reviewed-by: bpb
This commit is contained in:
parent
90dc593460
commit
72a44a46fa
2 changed files with 5 additions and 4 deletions
|
@ -21,10 +21,11 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @test
|
||||
* @bug 8146156
|
||||
* @summary test whether conversion follows Locale.Category.FORMAT locale.
|
||||
* @modules jdk.localedata
|
||||
* @run main/othervm FormatLocale
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2016, 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
|
||||
|
@ -28,11 +28,11 @@
|
|||
* @bug 8008386
|
||||
* @summary (cs) Unmappable leading should be decoded to replacement.
|
||||
* Tests for Shift_JIS and MS932 decoding
|
||||
* @modules jdk.charsets
|
||||
* @run main TestUnmappable
|
||||
*/
|
||||
|
||||
import java.nio.*;
|
||||
import java.nio.charset.*;
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
public class TestUnmappable {
|
||||
public static void main(String args[]) throws Exception {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue