Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita39c6ab

Browse files
committed
Forgot that expr assumes regexp is anchored-left; therefore need .*
in front of any platform name pattern that's not supposed to matchbeginning at the start of the machine type name...
1 parent306ada8 commita39c6ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/resultmap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
int2/hppa=int2-too-large
22
int4/hppa=int4-too-large
3-
int2/netbsd=int2-too-large
4-
int4/netbsd=int4-too-large
3+
int2/.*-netbsd=int2-too-large
4+
int4/.*-netbsd=int4-too-large
55
int2/i.86-pc-linux-gnulibc=int2-not-representable
66
int4/i.86-pc-linux-gnulibc=int4-not-representable
77
geometry/hppa=geometry-positive-zeros
8-
geometry/netbsd=geometry-positive-zeros
8+
geometry/.*-netbsd=geometry-positive-zeros
99
geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
1010
horology/hppa=horology-no-DST-before-1970

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp