ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/lib-src/build-jtreg-7
(Generate patch)

Comparing lib-src/build-jtreg-7 (file contents):
Revision 1.1 by jsr166, Wed Sep 7 17:07:09 2022 UTC vs.
Revision 1.2 by jsr166, Tue Dec 6 22:41:47 2022 UTC

# Line 3 | Line 3
3   set -eu -o pipefail
4  
5   readonly BUILD_JDK="$HOME/jdk/jdk11"
6 < readonly JTREG_REV="jtreg-7+1"
6 > readonly JTREG_REV="jtreg-7.1.1+1"
7  
8   main() {
9    [[ "$PWD" =~ /lib-src$ ]] \
# Line 27 | Line 27 | main() {
27  
28    cp -p "$jtreg_image"/lib/*.jar ../jsr166/lib/.
29  
30 <  ( cd ../jsr166 && ant test )
30 >  # ant test broken as of 2022-12
31 >  # ( cd ../jsr166 && ant test )
32  
33    exit 0
34   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines