https://bugs.freedesktop.org/show_bug.cgi?id=87513

            Bug ID: 87513
           Summary: NameError: name 'dirname' is not defined
           Product: piglit
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Keywords: bisected, regression
          Severity: blocker
          Priority: medium
         Component: tests
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

piglit: 688294703e580c2d9b77e814cdd3ae68d96c57a3 (master)

[ 99%] Generating cl_store_tests.list
Traceback (most recent call last):
  File "generated_tests/generate-cl-store-tests.py", line 35, in <module>
    utils.safe_makedirs(dirname)
NameError: name 'dirname' is not defined


commit 688294703e580c2d9b77e814cdd3ae68d96c57a3
Author: Dylan Baker <[email protected]>
Date:   Wed Dec 17 15:28:59 2014 -0800

    generated_tests: Actually catch exception in os.makedirs

    Patch b59ff71eb was supposed to fix os.makedirs exceptions, but falls
    short because of a missing else statement that causes all of the caught
    exceptions to fall back to raise.

    This corrects, it also pulls the duplicate functions out into a shared
    module.

    v2: - remove accidentally included hunk (Mark)
    v3: - Actually include the modules directory in the commit (Mark)

    Signed-off-by: Dylan Baker <[email protected]>
    Reviewed-by: Mark Janes <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to