Closed
Bug 556190
Opened 16 years ago
Closed 15 years ago
op_filok NSPR test fails on Android
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.8.7
People
(Reporter: alexp, Assigned: alexp)
Details
Attachments
(1 file)
|
1.63 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
The test is looking for a file, which does not exist on Android.
| Assignee | ||
Updated•16 years ago
|
Assignee: wtc → alexp
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•16 years ago
|
||
Use argv[0] as a name of the file, which must exist.
Attachment #436121 -
Flags: review?(bugmail)
Comment 2•16 years ago
|
||
Comment on attachment 436121 [details] [diff] [review]
Fix
Wan-Teh, what do you think? This would make it a more generic test.
Alternatively /system/bin/app_process is always present on android
Attachment #436121 -
Flags: review?(bugmail) → review?(wtc)
Comment 3•16 years ago
|
||
Comment on attachment 436121 [details] [diff] [review]
Fix
moving the review over to ted since wtc hasn't gotten to this in a few months.
Also, alex, should this be blocking fennec and if so why?
Attachment #436121 -
Flags: review?(wtc) → review?(ted.mielczarek)
| Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> Also, alex, should this be blocking fennec and if so why?
It's the test itself, so it does not block Fennec.
Updated•16 years ago
|
Attachment #436121 -
Flags: review?(ted.mielczarek) → review?(wtc)
Updated•16 years ago
|
Attachment #436121 -
Flags: review?(wtc) → review?(ted.mielczarek)
Comment 5•16 years ago
|
||
Comment on attachment 436121 [details] [diff] [review]
Fix
Seems reasonable.
Attachment #436121 -
Flags: review?(ted.mielczarek) → review+
Comment 6•15 years ago
|
||
Checking in pr/tests/op_filok.c;
/cvsroot/mozilla/nsprpub/pr/tests/op_filok.c,v <-- op_filok.c
new revision: 3.17; previous revision: 3.16
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: --- → 4.8.7
You need to log in
before you can comment on or make changes to this bug.
Description
•