Skip to content

Conversation

@sanxiyn
Copy link
Contributor

@sanxiyn sanxiyn commented Sep 11, 2013

Ignore failing tests on Android to prepare for #9120.

mk/rt.mk Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there already a makefile variable for OS=android somewhere? I'd love to reduce the amount of duplication among platforms (that's what gyp is supposed to take care of)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. Also I am not sure whether that will help, since Rust and libuv may have different ideas about what the name of an OS should be.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm that does appear to be the case, that's unfortunate, but could this be a separate define?

Something like

ifeq ($(OSTYPE_$(1)), linux-androideabi)
LIBUV_OS_$(1) = -DOS=android
else
LIBUV_OS_$(1) =
endif

and then you use LIBUV_OS_$(1) in the same rule.

@sanxiyn
Copy link
Contributor Author

sanxiyn commented Sep 16, 2013

Re-purposed LIBUV_OSTYPE (which was unused) to pass OS to gyp_uv. Also un-xfail a test since #9117 is fixed.

@alexcrichton
Copy link
Member

You mentioned that you un-xfail'd a test, but there doesn't appear to be any tests that were un-xfail'd? Looks like one was xfail'd, though...

@sanxiyn
Copy link
Contributor Author

sanxiyn commented Sep 16, 2013

Before the last update, two tests were xfailed, now only one test is xfailed. (Un-xfailed one is capture_nil.)

bors added a commit that referenced this pull request Sep 16, 2013
Ignore failing tests on Android to prepare for #9120.
@bors bors closed this Sep 16, 2013
@bors bors merged commit 942bc31 into rust-lang:master Sep 16, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 18, 2022
…, r=flip1995

Fix stderr for cast_size_32bit

changelog: fix stderr for cast_size_32bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants