From 73cdeafe98cc57454337bc8a10ac637005b70a21 Mon Sep 17 00:00:00 2001 From: Ioi Lam Date: Wed, 29 Jan 2020 12:01:31 -0800 Subject: [PATCH] 8237046: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh should be excluded from testing Reviewed-by: dcubed, mseledtsov --- .../OptionsValidation/TestOptionsWithRanges_generate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh index 081facf37ed..354993cc633 100644 --- a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh +++ b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2020, 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 @@ -20,6 +20,8 @@ # questions. # Generate the @test tags inside TestOptionsWithRanges.java +# @ignore +# This is not a test, but rather a script that generates actual tests. echo "// --- start auto-generated" echo "// the following portion is auto-generated by $0. Do not edit manually."