mx unittest problem?

Caspole, Eric Eric.Caspole at amd.com
Fri Apr 18 14:36:24 UTC 2014


Is something wrong with mx? I think this used to work to run tests using the trailing part of the package name like hsail.test or amd64.test.

This is this morning's openjdk tip.
Thanks,
Eric



ecaspole at ecaspole-desktop:~/views/graal2/graal [10:26:07]$ ./mx.sh --vm server --vmbuild product unittest amd64.test
Traceback (most recent call last):
  File "/home/ecaspole/views/graal2/graal/mxtool/mx.py", line 4592, in <module>
    main()
  File "/home/ecaspole/views/graal2/graal/mxtool/mx.py", line 4573, in main
    retcode = c(command_args)
  File "/home/ecaspole/views/graal2/graal/mx/mx_graal.py", line 986, in unittest
    _unittest(args, annotations, whitelist=whitelist)
  File "/home/ecaspole/views/graal2/graal/mx/mx_graal.py", line 900, in _unittest
    _run_tests(args, harness, annotations, testfile, whitelist)
  File "/home/ecaspole/views/graal2/graal/mx/mx_graal.py", line 843, in _run_tests
    for c in _find_classes_with_annotations(p, None, annotations).keys():
  File "/home/ecaspole/views/graal2/graal/mx/mx_graal.py", line 803, in _find_classes_with_annotations
    return p.find_classes_with_matching_source_line(pkgRoot, matches, includeInnerClasses)
  File "/home/ecaspole/views/graal2/graal/mxtool/mx.py", line 259, in find_classes_with_matching_source_line
    assert pkg is not None
AssertionError



More information about the graal-dev mailing list