Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GAP stones #1072

Merged
merged 13 commits into from
Jan 25, 2017
Merged

Remove GAP stones #1072

merged 13 commits into from
Jan 25, 2017

Commits on Jan 21, 2017

  1. Configuration menu
    Copy the full SHA
    6aec161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd12e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f10fb83 View commit details
    Browse the repository at this point in the history
  4. tests: make tst/teststandard/matrix.tst more robust

    In particular, don't rely on printing polynomials, as the output of that
    can change when the indeterminates get a new name.
    fingolfin committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    efc9c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbbba9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be5c7ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a940de8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2abc05d View commit details
    Browse the repository at this point in the history
  9. tests: get rid of GAPStones

    fingolfin committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    086918b View commit details
    Browse the repository at this point in the history
  10. TestDirectory: tweak output and order tests by name

    This way, the order the tests run is stable across different platforms
    and file systems, making it easier to predict their behavior and
    interdependencies, and also to compare results.
    
    Note: The old stones values also gave us a sort order, so this is
    a replacement for something we lost by removing them.
    fingolfin committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    272f965 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a33b70e View commit details
    Browse the repository at this point in the history
  12. tests: don't run testinstall in testtravis

    ... since we already run those in a separate Travis job. This saves us some
    time which we can use to run more teststandard tests.
    
    Also, run the 32/64 bit specific tests.
    fingolfin committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    b2f4458 View commit details
    Browse the repository at this point in the history
  13. travis: tweak the build matrix

    * on OS X, run testinstall instead of testtravis
    * remove the separate testbugfix target (it is now part
      of testtravis anyway)
    * add a second 32bit build which runs testinstall (as that
      is no longer part of testtravis)
    fingolfin committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    e70c579 View commit details
    Browse the repository at this point in the history