changeset 14531:460f472657bd jdk8u262-b02

8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java Reviewed-by: aghaisas, psadhukhan
author pkbalakr
date Thu, 12 Jan 2017 12:21:47 +0530
parents 9038081dfd94
children 6378b73102ed
files test/java/awt/image/Raster/TestChildRasterOp.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/awt/image/Raster/TestChildRasterOp.java	Tue Dec 20 09:52:14 2016 -0800
+++ b/test/java/awt/image/Raster/TestChildRasterOp.java	Thu Jan 12 12:21:47 2017 +0530
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 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
@@ -22,8 +22,8 @@
  */
 
 /**
- * @bug 8130737
  * @test
+ * @bug 8130737 8172559
  * @summary test no exception rasterop for child raster with non-zero offset
  */