Skip to content

Commit

Permalink
gitignore and ProblemList: newlines converted to use unix format (ado…
Browse files Browse the repository at this point in the history
…ptium#4476)

* gitignore: newlines converted to unix format

* microsoft/ProblemList_openjdk11.txt: newlines converted to unix format
  • Loading branch information
zzambers authored Mar 27, 2023
1 parent 76ef649 commit 8c7da57
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 152 deletions.
58 changes: 29 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# java .class files
*.class

# misc auto generated folders
bin
!perf/liberty/scripts/bin

# misc auto generated files
autoGen.mk

TestConfig
TKG
functional
!functional/security
!functional/security/AQAvit
!functional/security/Crypto
!functional/SyntheticGCWorkload
!functional/MBCS_Tests

Utils
systemtest_prereqs/*
openjdk/*.gz
.DS_Store
.idea/

/.classpath
/.project
/job.properties
.vscode/
# java .class files
*.class

# misc auto generated folders
bin
!perf/liberty/scripts/bin

# misc auto generated files
autoGen.mk

TestConfig
TKG
functional
!functional/security
!functional/security/AQAvit
!functional/security/Crypto
!functional/SyntheticGCWorkload
!functional/MBCS_Tests

Utils
systemtest_prereqs/*
openjdk/*.gz
.DS_Store
.idea/

/.classpath
/.project
/job.properties
.vscode/
246 changes: 123 additions & 123 deletions openjdk/excludes/vendors/microsoft/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
@@ -1,123 +1,123 @@
############################################################################
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#############################################################################
# hotspot_all
############################################################################
# hotspot_jre
############################################################################
# jdk_awt
############################################################################
# jdk_beans
############################################################################
# jdk_build
############################################################################
# jdk_compiler
############################################################################
# jdk_lang
java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64
############################################################################
# jdk_management
############################################################################
# jdk_jmx
############################################################################
# jdk_math
############################################################################
# jdk_net
############################################################################
# jdk_io
############################################################################
# jdk_nio
############################################################################
# jdk_rmi
############################################################################
# jdk_security
############################################################################
# jdk_security4
############################################################################
# jdk_sound
############################################################################
# jdk_swing
############################################################################
# jdk_text
############################################################################
# jdk_time
############################################################################
# jdk_tools
tools/jlink/plugins/VendorInfoPluginsTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64
############################################################################
# jdk_jdi
############################################################################
# jdk_util
############################################################################
# svc_tools
############################################################################
# jdk_other
############################################################################
# jdk_imageio
############################################################################
# jdk_jfr
jdk/jfr/jvm/TestDumpOnCrash.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64
############################################################################
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#############################################################################

# hotspot_all

############################################################################

# hotspot_jre

############################################################################

# jdk_awt

############################################################################

# jdk_beans

############################################################################

# jdk_build

############################################################################

# jdk_compiler

############################################################################

# jdk_lang
java/lang/ProcessBuilder/PipelineTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64
############################################################################

# jdk_management

############################################################################

# jdk_jmx

############################################################################

# jdk_math

############################################################################

# jdk_net

############################################################################

# jdk_io

############################################################################

# jdk_nio

############################################################################

# jdk_rmi

############################################################################

# jdk_security

############################################################################

# jdk_security4

############################################################################

# jdk_sound

############################################################################

# jdk_swing

############################################################################

# jdk_text

############################################################################

# jdk_time

############################################################################

# jdk_tools
tools/jlink/plugins/VendorInfoPluginsTest.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64

############################################################################

# jdk_jdi

############################################################################

# jdk_util

############################################################################

# svc_tools

############################################################################

# jdk_other


############################################################################

# jdk_imageio

############################################################################

# jdk_jfr
jdk/jfr/jvm/TestDumpOnCrash.java https://github.com/adoptium/aqa-tests/issues/4155 windows-aarch64

0 comments on commit 8c7da57

Please sign in to comment.