mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove test-geckolib, run test-stylo on travis
This commit is contained in:
parent
494a89c27f
commit
25342f4c9c
2 changed files with 1 additions and 12 deletions
|
@ -15,7 +15,7 @@ matrix:
|
|||
- ./mach test-compiletest
|
||||
- ./mach test-unit
|
||||
- ./mach build-geckolib
|
||||
- ./mach test-geckolib
|
||||
- ./mach test-stylo
|
||||
- bash etc/ci/check_no_unwrap.sh
|
||||
- bash etc/ci/lockfile_changed.sh
|
||||
- bash etc/ci/manifest_changed.sh
|
||||
|
|
|
@ -158,17 +158,6 @@ class MachCommands(CommandBase):
|
|||
return suite
|
||||
return None
|
||||
|
||||
@Command('test-geckolib',
|
||||
description='Test geckolib sanity checks',
|
||||
category='testing')
|
||||
def test_geckolib(self):
|
||||
self.ensure_bootstrapped()
|
||||
|
||||
env = self.build_env()
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
return call(["cargo", "test"], env=env, cwd=path.join("ports", "geckolib"))
|
||||
|
||||
@Command('test-perf',
|
||||
description='Run the page load performance test',
|
||||
category='testing')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue